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 bab550b commit bd54ad6Copy full SHA for bd54ad6
src/DependencyInjection/SentryExtension.php
@@ -72,7 +72,7 @@ protected function loadInternal(array $mergedConfig, ContainerBuilder $container
72
73
// Remove Twig extension service if Twig is not installed to avoid autoloading failures on Symfony 8
74
if (!class_exists(\Twig\Extension\AbstractExtension::class)) {
75
- $container->removeDefinition(\Sentry\SentryBundle\Twig\SentryExtension::class);
+ $container->removeDefinition(TwigSentryExtension::class);
76
}
77
78
$this->registerConfiguration($container, $mergedConfig);
0 commit comments