Takaro - v0.6.0
    Preparing search index...

    Variable mysqlIntegrationConst

    mysqlIntegration: () => Integration

    Adds Sentry tracing instrumentation for the mysql library.

    For more information, see the mysqlIntegration documentation.

    Type Declaration

      • (): Integration
      • Returns Integration

    const Sentry = require('@sentry/node');

    Sentry.init({
    integrations: [Sentry.mysqlIntegration()],
    });