Skip to content

Commit f060a96

Browse files
committed
Fix missing import
1 parent 139ac8f commit f060a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sentry/SentryBundle/EventListener/ExceptionListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Sentry\SentryBundle\EventListener;
44

55
use Sentry\SentryBundle;
6+
use Sentry\SentryBundle\SentrySymfonyClient;
67
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
78
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
89
use Symfony\Component\HttpKernel\HttpKernelInterface;

0 commit comments

Comments
 (0)