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 afc8309 commit bc0b730Copy full SHA for bc0b730
src/Sentry/SentryBundle/DependencyInjection/Configuration.php
@@ -94,7 +94,7 @@ public function getConfigTreeBuilder()
94
->booleanNode('install_default_breadcrumb_handlers')->defaultTrue()->end()
95
->booleanNode('install_shutdown_handler')->defaultTrue()->end()
96
->arrayNode('processors')
97
- ->defaultValue(array('Raven_Processor_SanitizeDataProcessor'))
+ ->defaultValue(array('Raven_SanitizeDataProcessor'))
98
->prototype('scalar')->end()
99
->end()
100
->arrayNode('processorOptions')
0 commit comments