D
Size: a a a
D
Gt
Gt
D
D
D
D
D
D
"lcobucci/jwt": "^3.4"
K
И
VG
D
VG
D
public function report(Throwable $exception)Сюда isProduction добавляете условие? или ещё какие-то проверки?
{
if ($this->shouldReport($exception) && app()->bound('sentry')) {
app('sentry')->captureException($exception);
}
parent::report($exception);
}
AG
YA
public function report(Throwable $exception)Сюда isProduction добавляете условие? или ещё какие-то проверки?
{
if ($this->shouldReport($exception) && app()->bound('sentry')) {
app('sentry')->captureException($exception);
}
parent::report($exception);
}
D
AG