You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stacked on top of #22712.
With the span name/source inference reworked in #22712, core's
`getDynamicSamplingContext` now derives the DSC transaction name from
the root span and applies the `url` source guard itself. That makes the
OpenTelemetry-specific `createDsc` handler
`enhanceDscWithOpenTelemetryRootSpanName` redundant — it was only there
to re-derive the name/source via `parseSpanDescription` before core did
so natively.
This removes the util along with its call sites in `@sentry/node`,
`@sentry/vercel-edge`, and the opentelemetry test helper, and drops it
from the package's public exports.
Since the enhancer is a public export of `@sentry/opentelemetry`, its
removal is technically breaking for anyone importing it directly — which
is why this targets the breaking-change branch #22712.
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments