Skip to content

Commit 20b9901

Browse files
committed
Merge branch '2.0.x'
2 parents 5f87301 + 682b09d commit 20b9901

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Bridge/ContextInjector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public function __construct(
4949
public static function getSubscribedEvents()
5050
{
5151
return [
52-
ConsoleEvents::COMMAND => ['onCommand', 1000],
53-
KernelEvents::REQUEST => ['onRequest', 1000],
52+
ConsoleEvents::COMMAND => ['onCommand', 1024],
53+
KernelEvents::REQUEST => ['onRequest', 1024],
5454
];
5555
}
5656

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', 512],
38+
KernelEvents::REQUEST => ['onRequest', 16],
3939
KernelEvents::RESPONSE => ['onResponse'],
4040
];
4141
}

0 commit comments

Comments
 (0)