chore(*): migrate use of sdk-trace-base and sdk-trace-node to sdk-trace - #6851
Merged
trentm merged 9 commits intoJun 26, 2026
Merged
Conversation
The sdk-trace package is the intended replacement for sdk-trace-base and sdk-trace-node. The intention is to deprecate sdk-trace-base and sdk-trace-node soonish. Notes: - Usages of `@opentelemetry/sdk-trace-web` have generally *not* been updated in this PR. This is deferred to a future PR. - Some examples/ are not updated in this PR. For example, I'd like to update "examples/http/..." in a separate PR.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6851 +/- ##
=======================================
Coverage 95.57% 95.57%
=======================================
Files 387 387
Lines 13146 13146
Branches 3001 3001
=======================================
Hits 12564 12564
Misses 582 582
🚀 New features to boost your workflow:
|
trentm
marked this pull request as ready for review
June 25, 2026 16:35
pichlermarc
approved these changes
Jun 26, 2026
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Merged
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The sdk-trace package is the intended replacement for sdk-trace-base and sdk-trace-node.
The intention is to deprecate sdk-trace-base and sdk-trace-node soonish.
Notes:
@opentelemetry/sdk-trace-webhave generally not been updatedin this PR. This is deferred to a future PR. (I may need help with this.)
update "examples/http/..." in a separate PR.
Refs: #6828 (migrated sdk-node package to use sdk-trace)