Add sentry, update dirlist.css

This commit is contained in:
Frankie 2023-12-31 02:06:10 +00:00
commit 398fb1a1b3
7 changed files with 1368 additions and 2 deletions

View file

@ -24,7 +24,9 @@ class Handler extends ExceptionHandler
public function register(): void
{
$this->reportable(function (Throwable $e) {
//
if (app()->bound('sentry')) {
app('sentry')->captureException($e);
}
});
}
}