-
Notifications
You must be signed in to change notification settings - Fork 122
Update npm package @opentelemetry/sdk-node to v0.217.0 [SECURITY]
#8739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ | |
| "@opentelemetry/api": "1.9.0", | ||
| "@opentelemetry/exporter-trace-otlp-grpc": "0.207.0", | ||
| "@opentelemetry/resources": "2.2.0", | ||
| "@opentelemetry/sdk-node": "0.207.0", | ||
| "@opentelemetry/sdk-node": "0.217.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OpenTelemetry experimental packages version mismatch after partial upgradeMedium Severity
Additional Locations (1)Reviewed by Cursor Bugbot for commit e28affb. Configure here. |
||
| "@opentelemetry/sdk-trace-node": "2.2.0", | ||
| "@opentelemetry/semantic-conventions": "1.37.0", | ||
| "@ory/client": "1.22.7", | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/hash-backend-load/package.json:41— This bumps@opentelemetry/sdk-nodeto0.217.0while@opentelemetry/exporter-trace-otlp-grpcremains at0.207.0; since these 0.x OpenTelemetry packages tend to be version-aligned, this can result in duplicate/mismatched internal OTel dependencies and subtle runtime issues. Consider aligning the OpenTelemetry experimental package versions (or double-checking peer/interop compatibility for this combo).Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.