Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anu Sridhar <anu.sridhar@nearmap.com>
  • Loading branch information
anuraags committed Apr 3, 2024
1 parent 1f8f3a3 commit c54869b
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 c54869b

Please sign in to comment.