Skip to content

Commit

Permalink
Fixes sentry events
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed May 20, 2023
1 parent 0132be1 commit 14ebc39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function handle(ServerRequestInterface $request, \Closure $next): Respons
return $next($request);
}

$url = $request->getUri()->getPath();
$url = \rtrim($request->getUri()->getPath(), '/');
$payloads = $this->gzippedStreamFactory->createFromRequest($request)->getPayload();

match (true) {
Expand Down

0 comments on commit 14ebc39

Please sign in to comment.