@@ -13,7 +13,8 @@ discard block |
||
| 13 | 13 | { |
| 14 | 14 | public function __construct( |
| 15 | 15 | private readonly ContainerInterface $container, |
| 16 | - ) {} |
|
| 16 | + ) { |
|
| 17 | +} |
|
| 17 | 18 | |
| 18 | 19 | /** |
| 19 | 20 | * @psalm-suppress InvalidReturnType |
@@ -26,7 +27,8 @@ discard block |
||
| 26 | 27 | |
| 27 | 28 | $context = $tracer->getContext(); |
| 28 | 29 | |
| 29 | - if (!empty($context)) { |
|
| 30 | + if (!empty($context)) |
|
| 31 | + { |
|
| 30 | 32 | $record['extra']['telemetry'] = $context; |
| 31 | 33 | } |
| 32 | 34 | |