feat(deps): Bump OpenTelemetry dependencies#19682
feat(deps): Bump OpenTelemetry dependencies#19682andreiborza wants to merge 1 commit intodevelopfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
4755ff2 to
3f4d8da
Compare
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
b6f42a9 to
03df6e6
Compare
Bump OpenTelemetry instrumentation packages: - @opentelemetry/instrumentation-amqplib: 0.52.0 → 0.54.0 - @opentelemetry/instrumentation-connect: 0.53.0 → 0.55.0 - @opentelemetry/instrumentation-dataloader: 0.26.0 → 0.28.0 - @opentelemetry/instrumentation-express: 0.53.0 → 0.55.0 - @opentelemetry/instrumentation-fastify: 0.53.0 → 0.55.0 - @opentelemetry/instrumentation-fs: 0.29.0 → 0.31.0 - @opentelemetry/instrumentation-generic-pool: 0.53.0 → 0.55.0 - @opentelemetry/instrumentation-graphql: 0.47.0 → 0.49.0 - @opentelemetry/instrumentation-hapi: 0.55.0 → 0.57.0 - @opentelemetry/instrumentation-http: 0.57.0 → 0.59.0 - @opentelemetry/instrumentation-ioredis: 0.57.0 → 0.59.0 - @opentelemetry/instrumentation-kafkajs: 0.27.0 → 0.29.0 - @opentelemetry/instrumentation-knex: 0.54.0 → 0.56.0 - @opentelemetry/instrumentation-koa: 0.57.0 → 0.59.0 - @opentelemetry/instrumentation-lru-memoizer: 0.54.0 → 0.56.0 - @opentelemetry/instrumentation-mongodb: 0.52.0 → 0.54.0 - @opentelemetry/instrumentation-mongoose: 0.55.0 → 0.57.0 - @opentelemetry/instrumentation-mysql: 0.55.0 → 0.57.0 - @opentelemetry/instrumentation-mysql2: 0.55.0 → 0.57.0 - @opentelemetry/instrumentation-nestjs-core: 0.57.0 → 0.59.0 - @opentelemetry/instrumentation-pg: 0.51.0 → 0.53.0 - @opentelemetry/instrumentation-redis-4: 0.56.0 → 0.58.0 - @opentelemetry/instrumentation-tedious: 0.28.0 → 0.30.0 - @opentelemetry/instrumentation-undici: 0.20.0 → 0.22.0 - @opentelemetry/instrumentation-aws-sdk: 0.66.0 → 0.68.0 - @opentelemetry/instrumentation: 0.57.0 → 0.59.0 Bump OpenTelemetry core packages: - @opentelemetry/api: 1.9.0 → 1.10.0 - @opentelemetry/core: 1.30.0 → 1.32.0 - @opentelemetry/sdk-trace-base: 1.30.0 → 1.32.0 - @opentelemetry/resources: 1.30.0 → 1.32.0 - @opentelemetry/context-async-hooks: 1.30.0 → 1.32.0 - @opentelemetry/semantic-conventions: ^1.39.0 → ^1.40.0 Bump other packages: - import-in-the-middle: ^2.0.6 → ^3.0.0 - @fastify/otel: 0.16.0 → 0.17.1 - @prisma/instrumentation: 7.2.0 → 7.4.2 Add yarn resolution for @opentelemetry/instrumentation to 0.213.0 to prevent @prisma/instrumentation (^0.207.0) and @fastify/otel (^0.212.0) from pulling in older versions with conflicting import-in-the-middle copies, which breaks ESM HTTP instrumentation. Update tests for instrumentation-undici 0.22.0 spec compliance: - Remove http.response.header.content-length assertions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/O05-QsJWR3lOK245mwX-27Gq-pIQH7U34EagqOeyR4w
03df6e6 to
50b6d6d
Compare
| { key: 'network.peer.address', value: { stringValue: expect.any(String) } }, | ||
| { key: 'network.peer.port', value: { intValue: 3030 } }, | ||
| { key: 'http.response.status_code', value: { intValue: 200 } }, | ||
| { key: 'http.response.header.content-length', value: { intValue: 16 } }, |
There was a problem hiding this comment.
l: This got dropped on purpose? According to this page we could use http.response.body.size instead (that is also true for other files where this got dropped)
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Closes #19683 (added automatically)