Const
Adds Sentry tracing instrumentation for the dataloader library.
For more information, see the dataloaderIntegration documentation.
dataloaderIntegration
const Sentry = require('@sentry/node');Sentry.init({ integrations: [Sentry.dataloaderIntegration()],}); Copy
const Sentry = require('@sentry/node');Sentry.init({ integrations: [Sentry.dataloaderIntegration()],});
Adds Sentry tracing instrumentation for the dataloader library.
For more information, see the
dataloaderIntegrationdocumentation.