chore: upgrade all otel dependencies#259
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 6350763 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
# Conflicts: # yarn.lock
wrn14897
reviewed
May 21, 2026
Comment on lines
+40
to
+57
| "@opentelemetry/api": "^1.9.0", | ||
| "@opentelemetry/api-logs": "^0.218.0", | ||
| "@opentelemetry/auto-instrumentations-node": "^0.76.0", | ||
| "@opentelemetry/core": "^2.0.0", | ||
| "@opentelemetry/exporter-logs-otlp-grpc": "^0.218.0", | ||
| "@opentelemetry/exporter-logs-otlp-http": "^0.218.0", | ||
| "@opentelemetry/exporter-metrics-otlp-grpc": "^0.218.0", | ||
| "@opentelemetry/exporter-metrics-otlp-proto": "^0.218.0", | ||
| "@opentelemetry/exporter-trace-otlp-grpc": "^0.218.0", | ||
| "@opentelemetry/exporter-trace-otlp-proto": "^0.218.0", | ||
| "@opentelemetry/instrumentation": "^0.218.0", | ||
| "@opentelemetry/instrumentation-http": "^0.218.0", | ||
| "@opentelemetry/instrumentation-runtime-node": "^0.31.0", | ||
| "@opentelemetry/resources": "^2.0.0", | ||
| "@opentelemetry/sdk-logs": "^0.218.0", | ||
| "@opentelemetry/sdk-metrics": "^2.0.0", | ||
| "@opentelemetry/sdk-node": "^0.218.0", | ||
| "@opentelemetry/sdk-trace-base": "^2.0.0", |
Member
There was a problem hiding this comment.
Any chance we could bump all otel sdks to the latest?
Contributor
Author
There was a problem hiding this comment.
Yes I meant to, my mistake.
Member
There was a problem hiding this comment.
nw, thanks for making the changes
wrn14897
reviewed
May 21, 2026
Comment on lines
-34
to
-40
| dedupe: [ | ||
| '@opentelemetry/semantic-conventions', | ||
| '@opentelemetry/sdk-trace-web', | ||
| '@opentelemetry/instrumentation', | ||
| '@opentelemetry/core', | ||
| '@opentelemetry/api', | ||
| ], |
wrn14897
reviewed
May 21, 2026
wrn14897
reviewed
May 21, 2026
wrn14897
reviewed
May 21, 2026
Member
|
@knudtty do you think we could ask agents to add some more e2e tests? (especially node-opentelemetry and browser) |
Member
|
@knudtty We also need to add a changeset |
wrn14897
approved these changes
May 21, 2026
wrn14897
approved these changes
May 21, 2026
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.
Upgrades all otel dependencies. This required upgrading to 2.X otel sdks, which had several breaking changes.
I've verified and tested telemetry functionality with the hyperdx app locally.