Files
klz-cables.com/.pnpm-store/v10/files/5d/1607b07574aa77a9c69c559d3133ebce4e8c4ee5556227e7f67d04c0a90b5604dcd8f2069c76ae8d3d3f40deb1e253ddf636c40e15f9b607d2aa60cc61b6f8
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

20 lines
751 B
Plaintext

import { KafkaJsInstrumentation } from '@opentelemetry/instrumentation-kafkajs';
export declare const instrumentKafka: ((options?: unknown) => KafkaJsInstrumentation) & {
id: string;
};
/**
* Adds Sentry tracing instrumentation for the [kafkajs](https://www.npmjs.com/package/kafkajs) library.
*
* For more information, see the [`kafkaIntegration` documentation](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/kafka/).
*
* @example
* ```javascript
* const Sentry = require('@sentry/node');
*
* Sentry.init({
* integrations: [Sentry.kafkaIntegration()],
* });
*/
export declare const kafkaIntegration: () => import("@sentry/core").Integration;
//# sourceMappingURL=kafka.d.ts.map