Skip to content

Commit

Permalink
updated Sentry use
Browse files Browse the repository at this point in the history
  • Loading branch information
GITmanuela authored Jun 28, 2021
1 parent e80e98d commit 33f74d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Illuminate\Support\Facades\App;
use LaravelEnso\Core\Exceptions\Sentry;
use LaravelEnso\Helpers\Exceptions\EnsoException;
use LaravelEnso\Sentry\Exceptions\Handler as Sentry;
use Throwable;

class Handler extends ExceptionHandler
Expand Down

0 comments on commit 33f74d0

Please sign in to comment.