File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
use Jaeger \Codec \CodecRegistry ;
7
7
use Jaeger \Span \Context \SpanContext ;
8
8
use Symfony \Component \Console \ConsoleEvents ;
9
+ use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
9
10
10
- class EnvContextExtractor implements ContextExtractorInterface
11
+ class EnvContextExtractor implements ContextExtractorInterface, EventSubscriberInterface
11
12
{
12
13
/**
13
14
* @var CodecInterface[]
Original file line number Diff line number Diff line change 4
4
use Jaeger \Codec \CodecInterface ;
5
5
use Jaeger \Codec \CodecRegistry ;
6
6
use Jaeger \Span \Context \SpanContext ;
7
+ use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
7
8
use Symfony \Component \HttpKernel \Event \GetResponseEvent ;
8
9
use Symfony \Component \HttpKernel \HttpKernelInterface ;
9
10
use Symfony \Component \HttpKernel \KernelEvents ;
10
11
11
- class HeaderContextExtractor implements ContextExtractorInterface
12
+ class HeaderContextExtractor implements ContextExtractorInterface, EventSubscriberInterface
12
13
{
13
14
/**
14
15
* @var CodecInterface[]
You can’t perform that action at this time.
0 commit comments