Skip to content

MySQL2 | Sentry for Next.js

Source URL: https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/mysql2

This integration only works in the Node.js and Bun runtimes.

Import name: Sentry.mysql2Integration

This integration is enabled by default when performance monitoring is enabled. If you’d like to modify your default integrations, read this.

The mysql2Integration adds instrumentation for the mysql2 library to capture spans using @opentelemetry/instrumentation-mysql2.

Sentry.init({
integrations: [Sentry.mysql2Integration()],
});
  • mysql2: >= 1.4.2, < 4.0