feat(core): Streamline tracing channel bindings - #23218
Conversation
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.
Reviewed by Cursor Bugbot for commit f783616. Configure here.
| return withActiveSpan(span, () => { | ||
| return asyncLocalStorage.getStore(); | ||
| }); | ||
| } |
There was a problem hiding this comment.
Missing tests for streamlined binding
Medium Severity
This feat PR moves ignored-span handling into getStoreWithActiveSpan but deletes the unit tests that covered that behavior, and adds no integration or E2E coverage for the new withActiveSpan-based binding path. That leaves ignoreSpans parenting over tracing channels untested and risks silent regressions.
Additional Locations (2)
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit f783616. Configure here.
size-limit report 📦
|


This was more complicated than necessary, turns out - we can just use
withActiveSpanhere instead.