-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(deps): bump @opentelemetry/instrumentation-express from 0.53.0 to 0.57.0 #18143
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 |
|---|---|---|
|
|
@@ -72,7 +72,7 @@ | |
| "@opentelemetry/instrumentation-amqplib": "0.51.0", | ||
| "@opentelemetry/instrumentation-connect": "0.48.0", | ||
| "@opentelemetry/instrumentation-dataloader": "0.22.0", | ||
| "@opentelemetry/instrumentation-express": "0.53.0", | ||
| "@opentelemetry/instrumentation-express": "0.57.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. Bug: Transitive Dependency Version ConflictThe package directly depends on |
||
| "@opentelemetry/instrumentation-fs": "0.24.0", | ||
| "@opentelemetry/instrumentation-generic-pool": "0.48.0", | ||
| "@opentelemetry/instrumentation-graphql": "0.52.0", | ||
|
|
||
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.
Bug: OpenTelemetry: Instrumentation Version Conflict
Version mismatch between
@opentelemetry/instrumentation-express@0.57.0and@opentelemetry/instrumentation@^0.204.0. The express instrumentation package requires@opentelemetry/instrumentation@^0.208.0but the package still depends on^0.204.0, causing multiple conflicting versions to be installed with different transitive dependencies likeimport-in-the-middleandrequire-in-the-middle.