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 02346fe commit 726ec60Copy full SHA for 726ec60
src/Tracing/Doctrine/DBAL/TracingDriver.php
@@ -5,6 +5,7 @@
5
namespace Sentry\SentryBundle\Tracing\Doctrine\DBAL;
6
7
use Doctrine\DBAL\Connection;
8
+use Doctrine\DBAL\Driver\API\ExceptionConverter;
9
use Doctrine\DBAL\Driver as DBALDriver;
10
use Doctrine\DBAL\Driver\DriverException as LegacyDriverExceptionInterface;
11
use Doctrine\DBAL\Driver\ExceptionConverterDriver as ExceptionConverterDriverInterface;
0 commit comments