ref(core): Remove otel-based suppressTracing implementation#22574
ref(core): Remove otel-based suppressTracing implementation#22574mydea wants to merge 3 commits into
suppressTracing implementation#22574Conversation
| getTraceContextForScope, | ||
| } from './trace'; | ||
|
|
||
| export { suppressTracing } from './utils/suppressTracing'; |
There was a problem hiding this comment.
Public export removed without notice
Medium Severity
suppressTracing was removed from @sentry/opentelemetry's public exports without a deprecation period. This violates the PR review rule on breaking changes for publicly exported APIs. Flagged because it was mentioned in the rules file.
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit a7c1182. Configure here.
There was a problem hiding this comment.
we do not care about opentelemetry package removals
size-limit report 📦
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2ba61a0. Configure here.
2ba61a0 to
e8aa6c4
Compare


Now, by default suppress tracing is async context aware, and we only overwrite this for the stack strategy (in browser) to have special handling (which used to be the default). node, cloudflare, deno can all use the default implementation.