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 1c6d606 commit 139ac8fCopy full SHA for 139ac8f
src/Sentry/SentryBundle/DependencyInjection/Configuration.php
@@ -23,7 +23,7 @@ public function getConfigTreeBuilder()
23
$rootNode
24
->children()
25
->scalarNode('app_path')
26
- ->defaultNull()
+ ->defaultValue('%kernel.root_dir%')
27
->end()
28
->scalarNode('client')
29
->defaultValue('Sentry\SentryBundle\SentrySymfonyClient')
@@ -48,7 +48,7 @@ public function getConfigTreeBuilder()
48
->arrayNode('prefixes')
49
->prototype('scalar')->end()
50
->treatNullLike(array())
51
- ->defaultValue(array())
+ ->defaultValue(array('%kernel.root_dir%/..'))
52
53
54
;
0 commit comments