Takaro - v0.6.0
    Preparing search index...

    Variable connectIntegrationConst

    connectIntegration: () => Integration

    Adds Sentry tracing instrumentation for Connect.

    If you also want to capture errors, you need to call setupConnectErrorHandler(app) after you initialize your connect app.

    For more information, see the connect documentation.

    Type Declaration

      • (): Integration
      • Returns Integration

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

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