feat(opentelemetry)!: Remove SentrySpanProcessor & SentrySampler#22557
feat(opentelemetry)!: Remove SentrySpanProcessor & SentrySampler#22557mydea wants to merge 8 commits into
SentrySpanProcessor & SentrySampler#22557Conversation
SentrySpanProcessor & SentrySamplerSentrySpanProcessor & SentrySampler
| export { wrapContextManagerClass } from './contextManager'; | ||
|
|
||
| export { SentryPropagator, shouldPropagateTraceForUrl } from './propagator'; | ||
| export { SentrySpanProcessor } from './spanProcessor'; |
There was a problem hiding this comment.
Public APIs removed without deprecation
High Severity
This removes public exports and options (SentrySpanProcessor, SentrySampler, wrapSamplingDecision, validateOpenTelemetrySetup, openTelemetrySpanProcessors, openTelemetryBasicTracerProvider, openTelemetryInstrumentations) in a non-major release without deprecation notices. Existing custom OpenTelemetry setups that import these will break at compile or runtime.
Additional Locations (2)
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit a6425a2. Configure here.
bd70561 to
29be8c9
Compare
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 29be8c9. Configure here.
size-limit report 📦
|


WIP...