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