rochdev / datadog-tracer-js

[DEPRECATED] OpenTracing tracer implementation for Datadog in JavaScript.
MIT License
39 stars 8 forks source link

trace requests #60

Closed xnog closed 6 years ago

xnog commented 6 years ago

If receive one request and want to send another request using axios and keep the trace of the this span, how can i do it?

rochdev commented 6 years ago

Right now you would need to do context propagation manually using something like CLS. This will be built-in very soon. I will keep you posted.

xnog commented 6 years ago

thanks