feat(browser): Emit low cardinality resource span names - #23546
Conversation
6b1501e to
6d54bef
Compare
size-limit report 📦
|
6d54bef to
cdc1a65
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit cdc1a65. Configure here.
Lms24
left a comment
There was a problem hiding this comment.
changes LGTM! I had some comments around the migration guide, most of which touch more than your PR surface. Feel free to go with a more concise version than what I suggested. I should have worded these more carefully before merging the initial version of this guide.
7ba8c5e to
74323f2
Compare
Names `resource.*` spans after the resource domain when span streaming is enabled, falling back to `Resource` when there is none. Also adds the `url.domain` attribute to these spans.
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
74323f2 to
73093f3
Compare

Names
resource.*spans after the resource domain when span streaming is enabled, falling back toResourcewhen there's no domain.The domain also lands on the span as
url.domainin both lifecycles since it's just a missing attribute. Names in static mode are unchanged.closes #23531