Skip to content

Commit da21392

Browse files
authored
Add transaction to the Inspector type whitelist
1 parent 76290b2 commit da21392

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/modules/Inspector/Interfaces/Http/Handler/EventHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function handle(ServerRequestInterface $request, \Closure $next): Respons
4545
$type = $data[0]['type'] ?? 'unknown';
4646

4747
$data = match ($type) {
48+
'transaction',
4849
'process',
4950
'request' => $data,
5051
default => throw new BadRequestException(

0 commit comments

Comments
 (0)