Skip to content

Commit 12631ee

Browse files
committed
Backport #74 to the 0.8.x branch
1 parent e874dbd commit 12631ee

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
@@ -106,7 +106,7 @@ public function getConfigTreeBuilder()
106106
->booleanNode('install_default_breadcrumb_handlers')->defaultTrue()->end()
107107
->booleanNode('install_shutdown_handler')->defaultTrue()->end()
108108
->arrayNode('processors')
109-
->defaultValue(array('Raven_SanitizeDataProcessor'))
109+
->defaultValue(array('\Raven_Processor_SanitizeDataProcessor'))
110110
->prototype('scalar')->end()
111111
->end()
112112
->arrayNode('processorOptions')

0 commit comments

Comments
 (0)