Takaro - v0.6.0
    Preparing search index...

    Variable dataloaderIntegrationConst

    dataloaderIntegration: () => Integration

    Adds Sentry tracing instrumentation for the dataloader library.

    For more information, see the dataloaderIntegration documentation.

    Type Declaration

      • (): Integration
      • Returns Integration

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

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