Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions develop-docs/sdk/data-model/envelope-items.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ _None_

_None_

### Spans

For Version 2 of the spans protocol, see <Link to="/sdk/telemetry/spans/span-protocol">Span Protocol</Link>.

### Reserved Types

Reserved types may not be written by any implementation. They are reserved for
Expand Down
28 changes: 14 additions & 14 deletions develop-docs/sdk/telemetry/spans/span-protocol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,21 @@ The envelope item payload must contain an `items` array with span one and up to
"http.response.status_code": {
"type": "integer",
"value": 200
},
"links": [
{
"span_id": "6c71fc6b09b8b716",
"trace_id": "627a2885119dcc8184fae7eef09438cb",
"sampled": true,
"attributes": {
"sentry.link.type": {
"type": "string",
"value": "previous_trace"
}
}
}
]
}
},
"links": [
{
"span_id": "6c71fc6b09b8b716",
"trace_id": "627a2885119dcc8184fae7eef09438cb",
"sampled": true,
"attributes": {
"sentry.link.type": {
"type": "string",
"value": "previous_trace"
}
}
}
]
},
{
"trace_id": "6cf173d587eb48568a9b2e12dcfbea52",
Expand Down
Loading