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
fix(span-first): Set user.ip_address on all streamed spans (#6434)
`user.ip_address` should be attached to all spans as per
https://develop.sentry.dev/sdk/telemetry/spans/span-protocol/#common-attribute-keys,
not just segments. Set it on the isolation scope so that it gets applied
to all spans active within it. Had to move setting the attr in a couple
integrations so that it's set early enough for the child spans to also
get it.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments