fix(deps-dev): align OpenTelemetry SDK versions#1168
Merged
ericcrosson-bitgo merged 1 commit intoJul 24, 2026
Merged
Conversation
The trace provider and span processor share SDK types. Updating them independently creates incompatible type graphs and breaks compilation. Ticket: AI-783
ericcrosson-bitgo
marked this pull request as ready for review
July 24, 2026 18:11
ericcrosson-bitgo
enabled auto-merge
July 24, 2026 18:12
starfy84
approved these changes
Jul 24, 2026
ericcrosson-bitgo
deleted the
ericcrosson/ai-783-align-opentelemetry-trace-sdk-packages-at-290
branch
July 24, 2026 18:26
|
🎉 This PR is included in version @api-ts/[email protected] 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/[email protected] 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/[email protected] 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/[email protected] 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @api-ts/[email protected] 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
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.
Summary
@opentelemetry/sdk-trace-nodeto 2.9.0@opentelemetry/sdk-trace-baseat 2.9.0 to keep SDK types compatibleVerification
npm cinpm run buildnpm testnix flake check --print-build-logsnpm ci && npm run buildTicket: AI-783