Skip to content

Commit 6fd73d7

Browse files
committed
Expand excluded paths to include all of var and app/logs
1 parent a3c0884 commit 6fd73d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Sentry/SentryBundle/DependencyInjection/Configuration.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public function getConfigTreeBuilder()
5656
->defaultValue(array(
5757
'%kernel.root_dir%/../vendor',
5858
'%kernel.root_dir%/../app/cache',
59-
'%kernel.root_dir%/../var/cache',
59+
'%kernel.root_dir%/../app/logs',
60+
'%kernel.root_dir%/../var',
6061
))
6162
->end()
6263
->end()

0 commit comments

Comments
 (0)