test(core): Update E2E assertions for SENTRY_SEGMENT_NAME_SOURCE - #23367
Conversation
41f0162 to
2facc03
Compare
size-limit report 📦
|
da8494e to
21a8801
Compare
095645a to
a9eb1f6
Compare
a9eb1f6 to
b586685
Compare
3746240 to
114d12f
Compare
f386f68 to
875cfd1
Compare
875cfd1 to
e9b3e1a
Compare
|
Re-opening to refresh mergeability after squashing/rebasing the stacked base (GitHub still reports dirty despite a clean fast-forward). |
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 2b4e8dd. Configure here.
72db291 to
d717059
Compare
JPeer264
left a comment
There was a problem hiding this comment.
LGTM. We should also update the semantic conventions to match the new behavior (not sure if that is already being worked on): https://getsentry.github.io/sentry-conventions/attributes/sentry/#sentry-source
i'll add it to my todos for the day! |
Align unit and E2E tests with segment-only sentry.segment.name.source. Fixes #22259 Co-Authored-By: Cursor Grok 4.6 <cursoragent@cursor.com>
… HTTP test Co-Authored-By: Cursor Grok 4.6 <cursoragent@cursor.com>
…Span tests Co-Authored-By: Cursor Grok 4.6 <cursoragent@cursor.com>
3f3e342 to
bdae8d9
Compare
…nto feat/segment-name-source-tests
…nto feat/segment-name-source-tests
…nto feat/segment-name-source-tests
Co-Authored-By: Cursor Grok 4.6 <cursoragent@cursor.com>
Besides removing SEMANTIC_ATTRIBUTE_SENTRY_SOURCE and using SENTRY_SEGMENT_NAME_SOURCE instead, this PR also: * Sets name source only on segment spans (per the [Sentry segment name source convention](<https://develop.sentry.dev/sdk/telemetry/attributes/#sentrysegmentnamesource>)) — e.g. updateName, HTTP server spans, and tRPC when it is the segment root * Removes envelope-time backfill from sentry.source → sentry.segment.name.source in captureSpan CI note: This PR alone is expected to fail CI. It will stay blocked until [#23367](<#23367>) is merged into it — that split is intentional to keep the core changes easier to review. Fixes #22259 --------- Co-authored-by: Cursor Grok 4.6 <cursoragent@cursor.com>

Test updates for #23368. Merge this to land everything.
Fixes #22259