We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b9195 commit 064d7d1Copy full SHA for 064d7d1
src/Bridge/RequestSpanListener.php
@@ -37,7 +37,7 @@ public function __construct(\SplStack $stack, NameGeneratorInterface $nameGenera
37
public static function getSubscribedEvents(): array
38
{
39
return [
40
- RequestEvent::class => ['onRequest', 0],
+ RequestEvent::class => ['onRequest', -1],
41
ResponseEvent::class => ['onResponse', -1024],
42
ExceptionEvent::class => ['onKernelException', 0],
43
];
0 commit comments