Skip to content

Commit 5f87301

Browse files
committed
Merge branch '2.0.x'
2 parents 42ab435 + eee5305 commit 5f87301

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
@@ -35,7 +35,7 @@ public function __construct(\SplStack $stack, TracerInterface $tracer)
3535
public static function getSubscribedEvents()
3636
{
3737
return [
38-
KernelEvents::REQUEST => ['onRequest'],
38+
KernelEvents::REQUEST => ['onRequest', 512],
3939
KernelEvents::RESPONSE => ['onResponse'],
4040
];
4141
}

0 commit comments

Comments
 (0)