Skip to content

Commit bc0b730

Browse files
adjusts default value in config
1 parent afc8309 commit bc0b730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/SentryBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getConfigTreeBuilder()
9494
->booleanNode('install_default_breadcrumb_handlers')->defaultTrue()->end()
9595
->booleanNode('install_shutdown_handler')->defaultTrue()->end()
9696
->arrayNode('processors')
97-
->defaultValue(array('Raven_Processor_SanitizeDataProcessor'))
97+
->defaultValue(array('Raven_SanitizeDataProcessor'))
9898
->prototype('scalar')->end()
9999
->end()
100100
->arrayNode('processorOptions')

0 commit comments

Comments
 (0)