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 e874dbd commit 12631eeCopy full SHA for 12631ee
src/Sentry/SentryBundle/DependencyInjection/Configuration.php
@@ -106,7 +106,7 @@ public function getConfigTreeBuilder()
106
->booleanNode('install_default_breadcrumb_handlers')->defaultTrue()->end()
107
->booleanNode('install_shutdown_handler')->defaultTrue()->end()
108
->arrayNode('processors')
109
- ->defaultValue(array('Raven_SanitizeDataProcessor'))
+ ->defaultValue(array('\Raven_Processor_SanitizeDataProcessor'))
110
->prototype('scalar')->end()
111
->end()
112
->arrayNode('processorOptions')
0 commit comments