Back to Sentry Javascript

How Trace Propagation Works in the JavaScript SDKs

docs/trace-propagation.md

10.51.0452 B
Original Source

How Trace Propagation Works in the JavaScript SDKs

Trace propagation describes how and when traceId & spanId are set and send for various types of events. How this behaves varies a bit from Browser to Node SDKs.

Node SDKs (OpenTelemetry based)

In the Node SDK and related OpenTelemetry-based SDKs, trace propagation works as follows:

Browser/Other SDKs

TODO