Add sentry, update dirlist.css
This commit is contained in:
parent
5bbe4ed4b5
commit
398fb1a1b3
7 changed files with 1368 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue