OpenTelemetry Tracing Example about this interceptor

This is a call to the backend api http://localhost:3000/api (with proxy conf)

You can see a trace in navigator console (and collector if you configure one)

with the environment configuration

with all the module in app.module.ts

You can see the B3 headers, W3CTraceContext header, Jaeger Propagator header and AWS X-Ray header added

result call : {{result?.result}}