Skip to content

MySQL | Sentry for Next.js

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

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

Import name: Sentry.mysqlIntegration

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

The mysqlIntegration adds instrumentation for the mysql library to capture spans using @opentelemetry/instrumentation-mysql.

Sentry.init({
integrations: [Sentry.mysqlIntegration()],
});
  • mysql: 2.x