Skip to content
Merged
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
1 change: 1 addition & 0 deletions develop-docs/sdk/telemetry/scopes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ The method SHOULD accept a dictionary/map/object where:
- Attributes set on the isolation scope MUST be applied to all logs and metrics in that execution context
- Attributes set on the current scope MUST be applied only to the current log and current metric
- When the same attribute key exists in multiple scopes, the more specific scope's value takes precedence (current > isolation > global)
- 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)

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.

Expand Down
Loading