Files
klz-cables.com/.pnpm-store/v10/files/bb/b78c7c09297cd9f4e38b229f0150dc8f6e809d4fab57689de2b6a74923ed463c5dce26319cf302618353c471c5dd6bca6dbd1fa3ee2a77b01c3bc6fc6c64b9
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
750 B
Plaintext

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