Skip to content

Commit 99e8ee3

Browse files
authored
Merge pull request #25 from Addvilz/fix-missing-import
Fix missing import (fixes #24)
2 parents ec9a077 + f060a96 commit 99e8ee3

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)