Const
Adds Sentry tracing instrumentation for the mysql2 library.
For more information, see the mysql2Integration documentation.
mysql2Integration
const Sentry = require('@sentry/node');Sentry.init({ integrations: [Sentry.mysqlIntegration()],}); Copy
const Sentry = require('@sentry/node');Sentry.init({ integrations: [Sentry.mysqlIntegration()],});
Adds Sentry tracing instrumentation for the mysql2 library.
For more information, see the
mysql2Integrationdocumentation.