Skip to content

Commit 9211b6d

Browse files
committed
Merge branch '2.0.x' into 1.0.x
2 parents c22c209 + 682b09d commit 9211b6d

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
@@ -47,8 +47,8 @@ public function __construct(
4747
public static function getSubscribedEvents()
4848
{
4949
return [
50-
ConsoleEvents::COMMAND => ['onCommand', 1000],
51-
KernelEvents::REQUEST => ['onRequest', 1000],
50+
ConsoleEvents::COMMAND => ['onCommand', 1024],
51+
KernelEvents::REQUEST => ['onRequest', 1024],
5252
];
5353
}
5454

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

0 commit comments

Comments
 (0)