Takaro - v0.6.0
    Preparing search index...

    Variable genericPoolIntegrationConst

    genericPoolIntegration: () => Integration

    Adds Sentry tracing instrumentation for the generic-pool library.

    For more information, see the genericPoolIntegration documentation.

    Type Declaration

      • (): Integration
      • Returns Integration

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

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