feat(sdk-trace-web): deprecate instrumentation utilities - #7000
feat(sdk-trace-web): deprecate instrumentation utilities#7000keshav-019 wants to merge 1 commit into
Conversation
|
|
|
Welcome, contributor! Thank you for your contribution to opentelemetry-js. Important reminders:
|
Pull request dashboard statusWaiting on reviewers · refreshed 2026-09-02 16:39 UTC Review the latest changes. Also blocked by: Merge conflicts. Status above doesn't look right?
|
Which problem is this PR solving?
@opentelemetry/sdk-trace-webcurrently exports instrumentation-specific utilities and supporting types. These utilities should be owned by the instrumentation packages that consume them so they can eventually be removed from the SDK.Fixes #5869
Short description of the changes
Type of change
How Has This Been Tested?
npm.cmd run lint --workspace=@opentelemetry/sdk-trace-webnpm.cmd run compile --workspace=@opentelemetry/sdk-trace-webnpm.cmd run compile --ignore-scripts@deprecatedmetadataChecklist: