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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ The method SHOULD accept a dictionary/map/object where:
100
100
- Attributes set on the isolation scope MUST be applied to all logs and metrics in that execution context
101
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
+
- When the same attribute key exists on the current log or metric, it MUST take precedence over an attribute with the same key set on any scope (log/metric > current > isolation > global)
103
104
104
105
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