Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 453 Bytes

File metadata and controls

14 lines (8 loc) · 453 Bytes

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:

node-sdk-trace-propagation-scenarios

Browser/Other SDKs

TODO