Skip to content

Commit c22c209

Browse files
committed
Merge branch '2.0.x' into 1.0.x
2 parents 7f14ec4 + eee5305 commit c22c209

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

0 commit comments

Comments
 (0)