Const
Adds Sentry tracing instrumentation for the mysql library.
For more information, see the mysqlIntegration documentation.
mysqlIntegration
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 mysql library.
For more information, see the
mysqlIntegrationdocumentation.