We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91472ec commit 1447190Copy full SHA for 1447190
src/Sentry/SentryBundle/DependencyInjection/Configuration.php
@@ -53,7 +53,11 @@ public function getConfigTreeBuilder()
53
->arrayNode('excluded_app_paths')
54
->prototype('scalar')->end()
55
->treatNullLike(array())
56
- ->defaultValue(array('%kernel.root_dir%/../vendor'))
+ ->defaultValue(array(
57
+ '%kernel.root_dir%/../vendor',
58
+ '%kernel.root_dir%/../app/cache',
59
+ '%kernel.root_dir%/../var/cache',
60
+ ))
61
->end()
62
63
;
0 commit comments