Skip to content

Commit 064d7d1

Browse files
author
anahan
committed
Negative priority for RequestSpanListener::onRequest()
1 parent c0b9195 commit 064d7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/RequestSpanListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(\SplStack $stack, NameGeneratorInterface $nameGenera
3737
public static function getSubscribedEvents(): array
3838
{
3939
return [
40-
RequestEvent::class => ['onRequest', 0],
40+
RequestEvent::class => ['onRequest', -1],
4141
ResponseEvent::class => ['onResponse', -1024],
4242
ExceptionEvent::class => ['onKernelException', 0],
4343
];

0 commit comments

Comments
 (0)