Takaro - v0.6.0
    Preparing search index...

    Variable expressIntegrationConst

    expressIntegration: () => Integration

    Adds Sentry tracing instrumentation for Express.

    If you also want to capture errors, you need to call setupExpressErrorHandler(app) after you set up your Express server.

    For more information, see the express documentation.

    Type Declaration

      • (): Integration
      • Returns Integration

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

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