Files
klz-cables.com/.pnpm-store/v10/files/15/de51dd4d92f04388f8dbf14b941d34b33c6b2decfa9e471013b2cc8a28e8cfd7600a7ea8b42808733df562f3436a759b0b804c38a9da2647fe3a9f60400abe
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
797 B
Plaintext

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