Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Nov 20, 2020
2 parents ea5a54e + 60badc8 commit 4633b78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Handler/SentryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

use Monolog\Handler\AbstractProcessingHandler;
use Monolog\Logger;
use function Sentry\captureEvent;
use Sentry\Event;
use Sentry\EventHint;
use Sentry\Severity;
use Sentry\State\Scope;
use Throwable;

use function Sentry\captureEvent;
use function Sentry\withScope;
use Throwable;

class SentryHandler extends AbstractProcessingHandler
{
Expand Down

0 comments on commit 4633b78

Please sign in to comment.