Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@opentelemetry/core": "^2.0.0",
"@opentelemetry/instrumentation": "^0.203.0",
"@opentelemetry/instrumentation-amqplib": "0.50.0",
"@opentelemetry/instrumentation-connect": "0.47.0",
"@opentelemetry/instrumentation-connect": "0.48.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Version Conflict Causes Runtime Issues

The update to @opentelemetry/instrumentation-connect@0.48.0 creates a version conflict for @opentelemetry/instrumentation. The package directly depends on ^0.203.0, but instrumentation-connect@0.48.0 requires ^0.204.0. Since these 0.x.y caret ranges don't overlap, multiple versions of @opentelemetry/instrumentation are installed, which may lead to runtime inconsistencies and increased bundle size.

Fix in Cursor Fix in Web

"@opentelemetry/instrumentation-dataloader": "0.21.1",
"@opentelemetry/instrumentation-express": "0.52.0",
"@opentelemetry/instrumentation-fs": "0.23.0",
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5865,6 +5865,13 @@
dependencies:
"@opentelemetry/api" "^1.3.0"

"@opentelemetry/api-logs@0.204.0":
version "0.204.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.204.0.tgz#c0285aa5c79625a1c424854393902d21732fd76b"
integrity sha512-DqxY8yoAaiBPivoJD4UtgrMS8gEmzZ5lnaxzPojzLVHBGqPxgWm4zcuvcUHZiqQ6kRX2Klel2r9y8cA2HAtqpw==
dependencies:
"@opentelemetry/api" "^1.3.0"

"@opentelemetry/api-logs@0.57.2":
version "0.57.2"
resolved "https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.57.2.tgz#d4001b9aa3580367b40fe889f3540014f766cc87"
Expand Down Expand Up @@ -5915,13 +5922,13 @@
"@opentelemetry/propagation-utils" "^0.31.3"
"@opentelemetry/semantic-conventions" "^1.34.0"

"@opentelemetry/instrumentation-connect@0.47.0":
version "0.47.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.47.0.tgz#47271b8454fa88d97aa78e175c3d0cb7e10bd9e2"
integrity sha512-pjenvjR6+PMRb6/4X85L4OtkQCootgb/Jzh/l/Utu3SJHBid1F+gk9sTGU2FWuhhEfV6P7MZ7BmCdHXQjgJ42g==
"@opentelemetry/instrumentation-connect@0.48.0":
version "0.48.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-connect/-/instrumentation-connect-0.48.0.tgz#4481c84315b33b54a67c6e787be0eb72a84b23b3"
integrity sha512-OMjc3SFL4pC16PeK+tDhwP7MRvDPalYCGSvGqUhX5rASkI2H0RuxZHOWElYeXkV0WP+70Gw6JHWac/2Zqwmhdw==
dependencies:
"@opentelemetry/core" "^2.0.0"
"@opentelemetry/instrumentation" "^0.203.0"
"@opentelemetry/instrumentation" "^0.204.0"
"@opentelemetry/semantic-conventions" "^1.27.0"
"@types/connect" "3.4.38"

Expand Down Expand Up @@ -6113,6 +6120,15 @@
import-in-the-middle "^1.8.1"
require-in-the-middle "^7.1.1"

"@opentelemetry/instrumentation@^0.204.0":
version "0.204.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.204.0.tgz#587c104c02c9ccb38932ce508d9c81514ec7a7c4"
integrity sha512-vV5+WSxktzoMP8JoYWKeopChy6G3HKk4UQ2hESCRDUUTZqQ3+nM3u8noVG0LmNfRWwcFBnbZ71GKC7vaYYdJ1g==
dependencies:
"@opentelemetry/api-logs" "0.204.0"
import-in-the-middle "^1.8.1"
require-in-the-middle "^7.1.1"

"@opentelemetry/instrumentation@^0.52.0 || ^0.53.0 || ^0.54.0 || ^0.55.0 || ^0.56.0 || ^0.57.0":
version "0.57.2"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.57.2.tgz#8924549d7941ba1b5c6f04d5529cf48330456d1d"
Expand Down Expand Up @@ -28735,6 +28751,7 @@ stylus@0.59.0, stylus@^0.59.0:

sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
version "3.36.0"
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
dependencies:
"@jridgewell/gen-mapping" "^0.3.2"
Expand Down
Loading