Release Notes: Sentry, OpenTelemetry, Prisma, and Build Tooling Dependencies Update
Branch: dependabot/npm_and_yarn/development/sentry/nextjs-10.19.0

Overview

This release upgrades core observability and monitoring dependencies including Sentry, OpenTelemetry, and Prisma instrumentation to their latest major versions. It also updates the Rollup bundler and related plugins to improve build toolchain stability and performance. These updates ensure compatibility with newer Node.js environments and enhance monitoring capabilities underlying the platform.

New Features

  • Introduced updated OpenTelemetry Semantic Conventions (v1.37.0) for richer telemetry data standardization.
  • Added multiple platform-specific builds for Rollup v4.52.4, improving support for diverse OS and CPU architectures (Android, macOS, Linux variants, Windows).
  • Updated @apm-js-collab/tracing-hooks package to v0.3.1, enhancing tracing instrumentation hooks integration.

Improvements / Changes

  • Upgraded all Sentry related packages from v8.55.0 to v10.19.0, including @sentry/nextjs, @sentry/core, @sentry/browser, @sentry/node, @sentry/opentelemetry, @sentry/react, and related internal tooling. This upgrade includes refactored dependencies and improved integration with OpenTelemetry v2.x series.
  • Major upgrade of OpenTelemetry core packages and instrumentation suites to v2.x versions, including @opentelemetry/api-logs, context-async-hooks, core, instrumentation, and various instrumentation modules (HTTP, Redis, MongoDB, MySQL, KafkaJS, Express, Fastify, GraphQL, and more). This brings enhancements in tracing accuracy, compatibility, and performance.
  • Prisma instrumentation upgraded from v5.22.0 to v6.15.0 for better ORM observability and support with updated telemetry standards.
  • Rollup bundler upgraded from v3.29.5 to v4.52.4, bringing support for more OS/CPU combinations, dependency updates, and performance improvements. Related plugins such as @sentry/webpack-plugin also updated to align with new bundler versions.
  • TypeScript type definitions updated for connect, mysql, and pg packages to latest minor versions, improving static type accuracy.
  • Internal dependencies such as import-in-the-middle, debug, minimatch, and others updated to recent versions for better stability and security.

Bug Fixes

  • No direct user-facing bug fixes identified; however, dependency upgrades routinely include fixes to known issues and improved compatibility.

Technical / Developer Notes

  • When integrating or developing against Sentry SDKs, be aware of the major version bump from v8 to v10; verify custom usages for deprecated APIs or changed behaviors.
  • OpenTelemetry instrumentation now targets major v2 packages; ensure dependency declarations reflect these versions to avoid conflicts.
  • Rollup v4 upgrade may introduce build changes; test bundler configurations thoroughly especially on cross-platform build targets.
  • @sentry/node-core package introduced alongside @sentry/node for refined core functionalities; verify usage in custom instrumentation.
  • Dependency resolution changes include new optional dependencies for specific OS and CPU architectures in Rollup platform builds.
  • Continuous integration and deployment pipelines should update caching and lockfiles to incorporate these dependency versions seamlessly.

Breaking Changes

  • Sentry SDK upgrade from v8 to v10 is a major version change; review SDK migration guides for breaking API or configuration changes.
  • OpenTelemetry packages upgraded to v2 may include API surface changes requiring code updates for custom instrumentation or configuration.
  • Rollup upgrade to v4 involves updated internal APIs and plugin compatibility—verify custom plugins and build scripts for necessary adjustments.

Acknowledgements / Contributors

Thanks to the maintainers of Sentry, OpenTelemetry, Prisma, Rollup, and all dependency authors for continuous improvements enabling better observability and tooling support.
Thanks to Dependabot for automated dependency update management facilitating timely upgrades.