Files
klz-cables.com/.pnpm-store/v10/files/31/fe6dc113463a63e5707ce7699e7ec6fa2e5ab84d4ae04329db5972c936f3f5ddcff70fde70e9e8aca077550c7d66983b109c3bb1044a10bae22a077fe34e5d
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
783 B
Plaintext

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