Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:assert": "pnpm test"
},
"dependencies": {
"@opentelemetry/sdk-node": "0.213.0",
"@opentelemetry/sdk-node": "0.217.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenTelemetry package version mismatch after partial bump

Medium Severity

@opentelemetry/sdk-node is bumped to 0.217.0 but @opentelemetry/exporter-trace-otlp-http remains at 0.213.0. Both packages are released together from the same monorepo and share internal dependencies (like @opentelemetry/sdk-trace-base, @opentelemetry/resources, @opentelemetry/core). Before this change they were both at 0.213.0. This version mismatch can cause runtime or type incompatibilities, especially since v0.215.0 included breaking changes. The exporter should be bumped to 0.217.0 as well.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b6cdbfa. Configure here.

"@opentelemetry/exporter-trace-otlp-http": "0.213.0",
"@sentry/node": "file:../../packed/sentry-node-packed.tgz",
"@types/express": "4.17.17",
Expand Down
Loading