Skip to content

Commit 91d716b

Browse files
Update develop-docs/sdk/data-model/envelope-items.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 66b8202 commit 91d716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/data-model/envelope-items.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Item type `"trace_metric"` contains an array of metric payloads encoded as JSON.
463463

464464
Only a single trace_metric container is allowed per envelope. The `item_count` field in the envelope item header must match the amount of metrics sent. A `content_type` field in the envelope item header must be set to `application/vnd.sentry.items.trace-metric+json`. Both the `item_count` and `content_type` fields are required.
465465

466-
It's okay to mix metrics from different traces into the same trace_metric envelope item, but if you do, you MUST not attach a DSC (dynamic sampling context) to the envelope header.
466+
It's okay to mix metrics from different traces into the same `trace_metric` envelope item, but if you do, you MUST NOT attach a DSC (dynamic sampling context) to the envelope header.
467467

468468
See the <Link to="/sdk/telemetry/metrics">Metrics</Link> documentation for the payload
469469
details. For an example `trace_metric` envelope, see [Appendix A of the Metrics documentation](/sdk/telemetry/metrics#appendix-a-example-trace_metric-envelope).

0 commit comments

Comments
 (0)