ref(opentelemetry): Remove unusedwrapClient#22576
Conversation
size-limit report 📦
|
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 950d15a. Configure here.
|
|
||
| export { getRequestSpanData } from './utils/getRequestSpanData'; | ||
|
|
||
| export type { OpenTelemetryClient } from './types'; |
There was a problem hiding this comment.
Public API removed without deprecation
Medium Severity
Flagging because it was mentioned in the PR Review Guidelines: the Breaking Changes rules call out removing publicly exported functions or types without a deprecation notice. This drops wrapClientClass and OpenTelemetryClient from the @sentry/opentelemetry public entrypoint with no @deprecated period, unlike wrapContextManagerClass.
Additional Locations (1)
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit 950d15a. Configure here.


This was not used in node actually, we just built this manually there. Eventually this will totally go away (the tracer stuff) but for now this should be one less export.