Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed May 3, 2024
1 parent 714362b commit d2db133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class NodeTracerProvider extends BasicTracerProvider {
() => new B3Propagator({ injectEncoding: B3InjectEncoding.MULTI_HEADER }),
],
['jaeger', () => new JaegerPropagator()],
['xray', () => new AWSXRayPropagator()]
['xray', () => new AWSXRayPropagator()],
]);

constructor(config: NodeTracerConfig = {}) {
Expand Down

0 comments on commit d2db133

Please sign in to comment.