added various tests for playwright

This commit is contained in:
Codex Agent
2025-12-19 21:56:39 +01:00
parent 778ffc8bb9
commit 18297aa3f1
23 changed files with 818 additions and 109 deletions

View File

@@ -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();