added various tests for playwright
This commit is contained in:
@@ -105,6 +105,10 @@ class Handler extends ExceptionHandler
|
||||
|
||||
private function configureSentryScope(): void
|
||||
{
|
||||
if (! function_exists('\Sentry\configureScope')) {
|
||||
return;
|
||||
}
|
||||
|
||||
\Sentry\configureScope(function (Scope $scope): void {
|
||||
$user = Auth::user();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user