Skip to content

Commit c15b99d

Browse files
authored
Remove 'parent_span_id' from span protocol example
Removed the 'parent_span_id' field from the span protocol example.
1 parent 6a0c037 commit c15b99d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

develop-docs/sdk/telemetry/spans/span-protocol.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The envelope item payload must contain an `items` array with span one and up to
2929
"items": [
3030
{
3131
"trace_id": "6cf173d587eb48568a9b2e12dcfbea52",
32-
"parent_span_id": null,
3332
"span_id": "438f40bd3b4a41ee",
3433
"name": "GET /users",
3534
"status": "ok",

0 commit comments

Comments
 (0)