Rename the internal SEMANTIC_ATTRIBUTE_SENTRY_SOURCE attribute to sentry.span.source, remove the backfill kept for back-compat, and drop the deprecated semanticAttributes re-export.
TODOs:
packages/core/src/tracing/spans/captureSpan.ts:88 — remove backfill once renamed to sentry.span.source
packages/core/src/tracing/dynamicSamplingContext.ts:141 — only read SENTRY_SPAN_SOURCE once SEMANTIC_ATTRIBUTE_SENTRY_SOURCE is removed
packages/core/src/semanticAttributes.ts:4 — remove this export
Rename the internal
SEMANTIC_ATTRIBUTE_SENTRY_SOURCEattribute tosentry.span.source, remove the backfill kept for back-compat, and drop the deprecatedsemanticAttributesre-export.TODOs:
packages/core/src/tracing/spans/captureSpan.ts:88— remove backfill once renamed tosentry.span.sourcepackages/core/src/tracing/dynamicSamplingContext.ts:141— only readSENTRY_SPAN_SOURCEonceSEMANTIC_ATTRIBUTE_SENTRY_SOURCEis removedpackages/core/src/semanticAttributes.ts:4— remove this export