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