diff --git a/src/Sentry/SentryBundle/DependencyInjection/Configuration.php b/src/Sentry/SentryBundle/DependencyInjection/Configuration.php index 68796df4..6dd072df 100644 --- a/src/Sentry/SentryBundle/DependencyInjection/Configuration.php +++ b/src/Sentry/SentryBundle/DependencyInjection/Configuration.php @@ -53,7 +53,11 @@ public function getConfigTreeBuilder() ->arrayNode('excluded_app_paths') ->prototype('scalar')->end() ->treatNullLike(array()) - ->defaultValue(array('%kernel.root_dir%/../vendor')) + ->defaultValue(array( + '%kernel.root_dir%/../vendor', + '%kernel.root_dir%/../app/cache', + '%kernel.root_dir%/../var/cache', + )) ->end() ->end() ;