Skip to content

Commit 0362bd0

Browse files
committed
add docs
1 parent 5800ce4 commit 0362bd0

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
1.38 MB
Loading

docs/trace-propagation.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# How Trace Propagation Works in the JavaScript SDKs
2+
3+
Trace propagation describes how and when traceId & spanId are set and send for various types of events.
4+
How this behaves varies a bit from Browser to Node SDKs.
5+
6+
## Node SDKs (OpenTelemetry based)
7+
8+
In the Node SDK and related OpenTelemetry-based SDKs, trace propagation works as follows:
9+
10+
![node-sdk-trace-propagation-scenarios](./assets/node-sdk-trace-propagation.png)
11+
12+
## Browser/Other SDKs
13+
14+
TODO

0 commit comments

Comments
 (0)