Commit dbfe135 1 parent 8147911 commit dbfe135 Copy full SHA for dbfe135
File tree 1 file changed +2
-2
lines changed
content/en/docs/languages/js/getting-started
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ Copy the following file into an empty directory and call it `index.html`.
36
36
<!--
37
37
https://www.w3.org/TR/trace-context/
38
38
Set the `traceparent` in the server's HTML template code. It should be
39
- dynamically generated server side to have the server's request trace Id ,
40
- a parent span Id that was set on the server's request span, and the trace
39
+ dynamically generated server side to have the server's request trace ID ,
40
+ a parent span ID that was set on the server's request span, and the trace
41
41
flags to indicate the server's sampling decision
42
42
(01 = sampled, 00 = not sampled).
43
43
'{version}-{traceId}-{spanId}-{sampleDecision}'
You can’t perform that action at this time.
0 commit comments