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 7
7
use Jaeger \Codec \CodecRegistry ;
8
8
use Jaeger \Span \Context \SpanContext ;
9
9
use Symfony \Component \Console \ConsoleEvents ;
10
+ use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
10
11
11
- class EnvContextExtractor implements ContextExtractorInterface
12
+ class EnvContextExtractor implements ContextExtractorInterface, EventSubscriberInterface
12
13
{
13
14
/**
14
15
* @var CodecInterface[]
Original file line number Diff line number Diff line change 6
6
use Jaeger \Codec \CodecInterface ;
7
7
use Jaeger \Codec \CodecRegistry ;
8
8
use Jaeger \Span \Context \SpanContext ;
9
+ use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
9
10
use Symfony \Component \HttpKernel \Event \GetResponseEvent ;
10
11
use Symfony \Component \HttpKernel \HttpKernelInterface ;
11
12
use Symfony \Component \HttpKernel \KernelEvents ;
12
13
13
- class HeaderContextExtractor implements ContextExtractorInterface
14
+ class HeaderContextExtractor implements ContextExtractorInterface, EventSubscriberInterface
14
15
{
15
16
/**
16
17
* @var CodecInterface[]
You can’t perform that action at this time.
0 commit comments