Skip to content

Commit 51e380b

Browse files
committed
add sentry
1 parent 46961ce commit 51e380b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bootstrap/app.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
use Illuminate\Foundation\Application;
44
use Illuminate\Foundation\Configuration\Exceptions;
55
use Illuminate\Foundation\Configuration\Middleware;
6+
use Sentry\Laravel\Integration;
67

78
return Application::configure(basePath: dirname(__DIR__))
89
->withRouting(
@@ -19,5 +20,5 @@
1920
//
2021
})
2122
->withExceptions(function (Exceptions $exceptions) {
22-
//
23+
Integration::handles($exceptions);
2324
})->create();

0 commit comments

Comments
 (0)