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/scopes.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,9 @@ The method SHOULD accept a dictionary/map/object where:
96
96
97
97
#### Behavior
98
98
99
-
- Attributes set on the global scope MUST be applied to all logs
100
-
- Attributes set on the isolation scope MUST be applied to all logs in that execution context
101
-
- Attributes set on the current scope MUST be applied only to the current log
99
+
- Attributes set on the global scope MUST be applied to all logs and metrics
100
+
- Attributes set on the isolation scope MUST be applied to all logs and metrics in that execution context
101
+
- Attributes set on the current scope MUST be applied only to the current log and current metric
102
102
- When the same attribute key exists in multiple scopes, the more specific scope's value takes precedence (current > isolation > global)
103
103
104
104
See [Span Protocol - Common Attribute Keys](/sdk/telemetry/spans/span-protocol/#common-attribute-keys) for a list of standard attributes and [Sentry Conventions](https://github.com/getsentry/sentry-conventions/) for the complete attribute registry.
0 commit comments