Skip to content

feat(deps): Bump OpenTelemetry dependencies#20046

Merged
andreiborza merged 1 commit intodevelopfrom
ab/bump-otel
Mar 31, 2026
Merged

feat(deps): Bump OpenTelemetry dependencies#20046
andreiborza merged 1 commit intodevelopfrom
ab/bump-otel

Conversation

@andreiborza
Copy link
Copy Markdown
Member

This PR bumps all OpenTelemetry instrumentation packages and core dependencies:

  • @opentelemetry/api: ^1.9.0 -> ^1.9.1
  • @opentelemetry/core: ^2.6.0 -> ^2.6.1
  • @opentelemetry/context-async-hooks: ^2.6.0 -> ^2.6.1
  • @opentelemetry/resources: ^2.6.0 -> ^2.6.1
  • @opentelemetry/sdk-trace-base: ^2.6.0 -> ^2.6.1
  • @opentelemetry/exporter-trace-otlp-http: ^0.213.0 -> ^0.214.0
  • @opentelemetry/instrumentation: ^0.213.0 -> ^0.214.0
  • @opentelemetry/instrumentation-http: 0.213.0 -> 0.214.0
  • @opentelemetry/instrumentation-amqplib: 0.60.0 -> 0.61.0
  • @opentelemetry/instrumentation-aws-sdk: 0.68.0 -> 0.69.0
  • @opentelemetry/instrumentation-connect: 0.56.0 -> 0.57.0
  • @opentelemetry/instrumentation-dataloader: 0.30.0 -> 0.31.0
  • @opentelemetry/instrumentation-express: 0.62.0 -> 0.62.0
  • @opentelemetry/instrumentation-fs: 0.32.0 -> 0.33.0
  • @opentelemetry/instrumentation-generic-pool: 0.56.0 -> 0.57.0
  • @opentelemetry/instrumentation-graphql: 0.61.0 -> 0.62.0
  • @opentelemetry/instrumentation-hapi: 0.59.0 -> 0.60.0
  • @opentelemetry/instrumentation-ioredis: 0.61.0 -> 0.62.0
  • @opentelemetry/instrumentation-kafkajs: 0.22.0 -> 0.23.0
  • @opentelemetry/instrumentation-knex: 0.57.0 -> 0.58.0
  • @opentelemetry/instrumentation-koa: 0.61.0 -> 0.62.0
  • @opentelemetry/instrumentation-lru-memoizer: 0.57.0 -> 0.58.0
  • @opentelemetry/instrumentation-mongodb: 0.66.0 -> 0.67.0
  • @opentelemetry/instrumentation-mongoose: 0.59.0 -> 0.60.0
  • @opentelemetry/instrumentation-mysql: 0.59.0 -> 0.60.0
  • @opentelemetry/instrumentation-mysql2: 0.59.0 -> 0.60.0
  • @opentelemetry/instrumentation-nestjs-core: 0.59.0 -> 0.60.0
  • @opentelemetry/instrumentation-pg: 0.65.0 -> 0.66.0
  • @opentelemetry/instrumentation-redis: 0.61.0 -> 0.62.0
  • @opentelemetry/instrumentation-tedious: 0.32.0 -> 0.33.0
  • @opentelemetry/instrumentation-undici: 0.23.0 -> 0.24.0
  • @prisma/instrumentation: 7.4.2 -> 7.6.0
  • @fastify/otel: 0.17.1 -> 0.18.0

Closes: #20036

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

Deps

  • Bump OpenTelemetry dependencies by andreiborza in #20046
  • Bump babel-loader from 10.0.0 to 10.1.1 by dependabot in #19997
  • Bump handlebars from 4.7.7 to 4.7.9 by dependabot in #20008

Nuxt

  • Add middleware instrumentation compatibility for Nuxt 5 by s1gr1d in #19968
  • Support parametrized SSR routes in Nuxt 5 by s1gr1d in #19977

Other

  • (browser) Replace element timing spans with metrics by logaretm in #19869
  • (bun) Add bunRuntimeMetricsIntegration by chargome in #19979
  • (core) Support embedding APIs in google-genai by nicohrubec in #19797
  • (node) Add nodeRuntimeMetricsIntegration by chargome in #19923
  • (node-core) Add OTLP integration for node-core/light by andreiborza in #19729
  • (solid) Add route parametrization for Solid Router by andreiborza in #20031

Bug Fixes 🐛

Ci

  • Update validate-pr action to remove draft enforcement by stephanie-anderson in #20037
  • Update validate-pr action to remove draft enforcement by stephanie-anderson in #20035

Node

  • Deduplicate sentry-trace and baggage headers on outgoing requests by Lms24 in #19960
  • Ensure startNewTrace propagates traceId in OTel environments by logaretm in #19963

Other

  • (core) Guard nullish response in supabase PostgREST handler by antonis in #20033
  • (e2e) Pin @opentelemetry/api to 1.9.0 in ts3.8 test app by logaretm in #19992
  • (nuxt) Use virtual module for Nuxt pages data (SSR route parametrization) by s1gr1d in #20020
  • (opentelemetry) Convert seconds timestamps in span.end() to milliseconds by logaretm in #19958
  • (profiling) Disable profiling in worker threads by chargome in #20040
  • (react-router) Disable debug ID injection in Vite plugin to prevent double injection by isaacs in #19890

Documentation 📚

  • (release) Update publishing-a-release.md by nicohrubec in #19982

Internal Changes 🔧

Core

  • Introduce instrumented method registry for AI integrations by nicohrubec in #19981
  • Consolidate getOperationName into one shared utility by nicohrubec in #19971

Deps

  • Bump amqplib from 0.10.7 to 0.10.9 by dependabot in #20000
  • Bump actions/upload-artifact from 6 to 7 by dependabot in #19569
  • Bump srvx from 0.11.12 to 0.11.13 by dependabot in #20001
  • Bump @apollo/server from 5.4.0 to 5.5.0 by dependabot in #20007

Deps Dev

  • Remove esbuild override in astro-5-cf-workers E2E test by isaacs in #20024
  • Bump node-forge from 1.3.2 to 1.4.0 by dependabot in #20012
  • Bump yaml from 2.8.2 to 2.8.3 by dependabot in #19985

Other

  • (browser) Reduce browser package bundle size by HazAT in #19856
  • (browser-tests) Add waitForMetricRequest helper by logaretm in #20002
  • (deno) Expand Deno E2E test coverage by chargome in #19957
  • (e2e) Add e2e tests for nodeRuntimeMetricsIntegration by chargome in #19989

🤖 This preview updates automatically when you update the PR.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

size-limit report 📦

Path Size % Change Change
@sentry/browser 25.64 kB - -
@sentry/browser - with treeshaking flags 24.13 kB - -
@sentry/browser (incl. Tracing) 42.15 kB - -
@sentry/browser (incl. Tracing, Profiling) 46.76 kB - -
@sentry/browser (incl. Tracing, Replay) 80.94 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 70.56 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 85.65 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 97.91 kB - -
@sentry/browser (incl. Feedback) 42.42 kB - -
@sentry/browser (incl. sendFeedback) 30.3 kB - -
@sentry/browser (incl. FeedbackAsync) 35.28 kB - -
@sentry/browser (incl. Metrics) 26.95 kB - -
@sentry/browser (incl. Logs) 27.1 kB - -
@sentry/browser (incl. Metrics & Logs) 27.77 kB - -
@sentry/react 27.41 kB - -
@sentry/react (incl. Tracing) 44.48 kB - -
@sentry/vue 30.08 kB - -
@sentry/vue (incl. Tracing) 44.05 kB - -
@sentry/svelte 25.66 kB - -
CDN Bundle 28.31 kB - -
CDN Bundle (incl. Tracing) 43.1 kB - -
CDN Bundle (incl. Logs, Metrics) 29.68 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 44.16 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 68.48 kB - -
CDN Bundle (incl. Tracing, Replay) 80 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 81.04 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 85.54 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 86.58 kB - -
CDN Bundle - uncompressed 82.66 kB - -
CDN Bundle (incl. Tracing) - uncompressed 127.81 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 86.81 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 131.22 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 209.79 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 244.68 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 248.08 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 257.59 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 260.98 kB - -
@sentry/nextjs (client) 46.89 kB - -
@sentry/sveltekit (client) 42.62 kB - -
@sentry/node-core 55.76 kB -1.65% -931 B 🔽
@sentry/node 172.99 kB -0.49% -850 B 🔽
@sentry/node - without tracing 96.02 kB -0.78% -746 B 🔽
@sentry/aws-serverless 112.78 kB -0.86% -972 B 🔽

View base workflow run

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

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.

Scenario Requests/s % of Baseline Prev. Requests/s Change %
GET Baseline 9,114 - 8,881 +3%
GET With Sentry 1,713 19% 1,526 +12%
GET With Sentry (error only) 6,092 67% 5,674 +7%
POST Baseline 1,164 - 1,145 +2%
POST With Sentry 582 50% 569 +2%
POST With Sentry (error only) 1,042 90% 1,026 +2%
MYSQL Baseline 3,193 - 3,187 +0%
MYSQL With Sentry 475 15% 349 +36%
MYSQL With Sentry (error only) 2,595 81% 2,484 +4%

View base workflow run

This PR bumps all OpenTelemetry instrumentation packages and core dependencies:

- @opentelemetry/api: ^1.9.0 -> ^1.9.1
- @opentelemetry/core: ^2.6.0 -> ^2.6.1
- @opentelemetry/context-async-hooks: ^2.6.0 -> ^2.6.1
- @opentelemetry/resources: ^2.6.0 -> ^2.6.1
- @opentelemetry/sdk-trace-base: ^2.6.0 -> ^2.6.1
- @opentelemetry/exporter-trace-otlp-http: ^0.213.0 -> ^0.214.0
- @opentelemetry/instrumentation: ^0.213.0 -> ^0.214.0
- @opentelemetry/instrumentation-http: 0.213.0 -> 0.214.0
- @opentelemetry/instrumentation-amqplib: 0.60.0 -> 0.61.0
- @opentelemetry/instrumentation-aws-sdk: 0.68.0 -> 0.69.0
- @opentelemetry/instrumentation-connect: 0.56.0 -> 0.57.0
- @opentelemetry/instrumentation-dataloader: 0.30.0 -> 0.31.0
- @opentelemetry/instrumentation-express: 0.62.0 -> 0.62.0
- @opentelemetry/instrumentation-fs: 0.32.0 -> 0.33.0
- @opentelemetry/instrumentation-generic-pool: 0.56.0 -> 0.57.0
- @opentelemetry/instrumentation-graphql: 0.61.0 -> 0.62.0
- @opentelemetry/instrumentation-hapi: 0.59.0 -> 0.60.0
- @opentelemetry/instrumentation-ioredis: 0.61.0 -> 0.62.0
- @opentelemetry/instrumentation-kafkajs: 0.22.0 -> 0.23.0
- @opentelemetry/instrumentation-knex: 0.57.0 -> 0.58.0
- @opentelemetry/instrumentation-koa: 0.61.0 -> 0.62.0
- @opentelemetry/instrumentation-lru-memoizer: 0.57.0 -> 0.58.0
- @opentelemetry/instrumentation-mongodb: 0.66.0 -> 0.67.0
- @opentelemetry/instrumentation-mongoose: 0.59.0 -> 0.60.0
- @opentelemetry/instrumentation-mysql: 0.59.0 -> 0.60.0
- @opentelemetry/instrumentation-mysql2: 0.59.0 -> 0.60.0
- @opentelemetry/instrumentation-nestjs-core: 0.59.0 -> 0.60.0
- @opentelemetry/instrumentation-pg: 0.65.0 -> 0.66.0
- @opentelemetry/instrumentation-redis: 0.61.0 -> 0.62.0
- @opentelemetry/instrumentation-tedious: 0.32.0 -> 0.33.0
- @opentelemetry/instrumentation-undici: 0.23.0 -> 0.24.0
- @prisma/instrumentation: 7.4.2 -> 7.6.0
- @fastify/otel: 0.17.1 -> 0.18.0

Closes: #20036
Copy link
Copy Markdown
Member

@chargome chargome left a comment

Choose a reason for hiding this comment

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

lgtm

@andreiborza andreiborza merged commit 2c0ce6f into develop Mar 31, 2026
241 checks passed
@andreiborza andreiborza deleted the ab/bump-otel branch March 31, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants