You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/metrics.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ We're currently working on a concept for buffering different types of telemetry
460
460
461
461
#### Tracing
462
462
463
-
Metrics should be associated with traces. If a metric is recorded during an active span, the SDK should set the `sentry.trace.parent_span_id` attribute to the span id of the span that was active when the metric was collected.
463
+
Metrics should be associated with traces if possible. If a metric is recorded during an active span, the SDK should set the `span_id` property of the metric to the span id of the span that was active when the metric was collected.
0 commit comments