Uh oh!
There was an error while loading. Please reload this page.
fix(core): Preserve propagation across ignored spans - #22277
Conversation
size-limit report 📦
|
Lms24
commented
Jul 15, 2026
@BugBot review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 71c3abc. Configure here.
71c3abc to
2312ed3CompareThere was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2312ed3. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Keep continued trace sampling data consistent when ignored segment or child spans are omitted, and propagate from the nearest emitted parent. Co-Authored-By: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
fa4ba70 to
c13f7d1CompareUh oh!
There was an error while loading. Please reload this page.

This PR preserves trace propagation for ignored spans in span streaming mode:
sentry-traceheader, which already emitted a negative sampling decisionnode:httpTurns out, the DSC changes are also a requirement for #22246, so I threw it on top of this PR.
ref #22262