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 46961ce commit 51e380bCopy full SHA for 51e380b
1 file changed
bootstrap/app.php
@@ -3,6 +3,7 @@
3
use Illuminate\Foundation\Application;
4
use Illuminate\Foundation\Configuration\Exceptions;
5
use Illuminate\Foundation\Configuration\Middleware;
6
+use Sentry\Laravel\Integration;
7
8
return Application::configure(basePath: dirname(__DIR__))
9
->withRouting(
@@ -19,5 +20,5 @@
19
20
//
21
})
22
->withExceptions(function (Exceptions $exceptions) {
- //
23
+ Integration::handles($exceptions);
24
})->create();
0 commit comments