Skip to content

Commit

Permalink
Added Glitchtip Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
danpastori committed Jan 11, 2025
1 parent 61511de commit 7380056
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use Illuminate\Foundation\Application;
use Illuminate\Foundation\Configuration\Exceptions;
use Illuminate\Foundation\Configuration\Middleware;
use Sentry\Laravel\Integration;

return Application::configure(basePath: dirname(__DIR__))
->withRouting(
Expand All @@ -19,5 +20,5 @@
$middleware->redirectGuestsTo('/');
})
->withExceptions(function (Exceptions $exceptions) {
//
Integration::handles($exceptions);
})->create();
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"laravel/tinker": "^2.9",
"nwidart/laravel-modules": "^11.0",
"openai-php/laravel": "^0.10.1",
"sentry/sentry-laravel": "^4.10",
"spatie/laravel-data": "^4.6",
"tightenco/ziggy": "^2.0"
},
Expand Down
Loading

0 comments on commit 7380056

Please sign in to comment.