Skip to content

Commit dd954bf

Browse files
committed
Add line break
1 parent 5d21186 commit dd954bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,7 @@ Get the request trace ID and the span ID in your code:
25552555
String traceId = span.getSpanContext().getTraceId();
25562556
String spanId = span.getSpanContext().getSpanId();
25572557
```
2558+
25582559
### [Node.js](#tab/nodejs)
25592560

25602561
Get the request trace ID and the span ID in your code:

0 commit comments

Comments
 (0)