feat(metrics): Add metric user attributes from scope#1063
Open
szokeasaurusrex wants to merge 1 commit intoszokeasaurusrex/metrics-defaults-scopedfrom
Open
feat(metrics): Add metric user attributes from scope#1063szokeasaurusrex wants to merge 1 commit intoszokeasaurusrex/metrics-defaults-scopedfrom
szokeasaurusrex wants to merge 1 commit intoszokeasaurusrex/metrics-defaults-scopedfrom
Conversation
|
efcf784 to
8a5dd6f
Compare
3ab9f68 to
948a361
Compare
lcian
reviewed
Apr 17, 2026
szokeasaurusrex
added a commit
that referenced
this pull request
Apr 21, 2026
Add the metric user attribute portion of the earlier enrichment work. Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set `user.*` metric attributes instead of overwriting them. Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Closes #1060 Closes [RUST-188](https://linear.app/getsentry/issue/RUST-188/add-trace-metric-user-attribute-enrichment-gated-by-send-default-pii)
8a5dd6f to
2b6b592
Compare
948a361 to
aa6f863
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Apr 21, 2026
Add the metric user attribute portion of the earlier enrichment work. Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set `user.*` metric attributes instead of overwriting them. Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Closes #1060 Closes [RUST-188](https://linear.app/getsentry/issue/RUST-188/add-trace-metric-user-attribute-enrichment-gated-by-send-default-pii)
2b6b592 to
092db6b
Compare
aa6f863 to
eece55d
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Apr 21, 2026
Add the metric user attribute portion of the earlier enrichment work. Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set `user.*` metric attributes instead of overwriting them. Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Closes #1060 Closes [RUST-188](https://linear.app/getsentry/issue/RUST-188/add-trace-metric-user-attribute-enrichment-gated-by-send-default-pii)
092db6b to
9838831
Compare
eece55d to
787d60a
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Apr 22, 2026
Add the metric user attribute portion of the earlier enrichment work. Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set `user.*` metric attributes instead of overwriting them. Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Closes #1060 Closes [RUST-188](https://linear.app/getsentry/issue/RUST-188/add-trace-metric-user-attribute-enrichment-gated-by-send-default-pii)
9838831 to
60371a2
Compare
787d60a to
807de4c
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Apr 23, 2026
Add the metric user attribute portion of the earlier enrichment work. Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set `user.*` metric attributes instead of overwriting them. Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Closes #1060 Closes [RUST-188](https://linear.app/getsentry/issue/RUST-188/add-trace-metric-user-attribute-enrichment-gated-by-send-default-pii)
60371a2 to
7f844e8
Compare
807de4c to
28bf132
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Apr 23, 2026
Add the metric user attribute portion of the earlier enrichment work. Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set `user.*` metric attributes instead of overwriting them. Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Closes #1060 Closes [RUST-188](https://linear.app/getsentry/issue/RUST-188/add-trace-metric-user-attribute-enrichment-gated-by-send-default-pii)
7f844e8 to
208b3ae
Compare
28bf132 to
aab78c9
Compare
Add the metric user attribute portion of the earlier enrichment work. Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set `user.*` metric attributes instead of overwriting them. Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Closes #1060 Closes [RUST-188](https://linear.app/getsentry/issue/RUST-188/add-trace-metric-user-attribute-enrichment-gated-by-send-default-pii)
208b3ae to
f30b17a
Compare
aab78c9 to
aeedb59
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the metric user attribute portion of the earlier enrichment work.
Pass send_default_pii into metric scope application and attach user.id, user.name, and user.email from the scope when that option is enabled. Preserve explicitly set
user.*metric attributes instead of overwriting them.Stacked on #1062
Co-authored-by: Joris Bayer joris.bayer@sentry.io
Closes #1060
Closes RUST-188