Files
klz-cables.com/.pnpm-store/v10/files/18/99faf7c45491f5dffa3f40f495fbefd5ac5434691e7a5e14f8b3a9455e05ac8635272687d560a407c474aafe2078d94230bcdaf3ddd11b0573c7eb18b45203
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 { TediousInstrumentation } from '@opentelemetry/instrumentation-tedious';
export declare const instrumentTedious: ((options?: unknown) => TediousInstrumentation) & {
id: string;
};
/**
* Adds Sentry tracing instrumentation for the [tedious](https://www.npmjs.com/package/tedious) library.
*
* For more information, see the [`tediousIntegration` documentation](https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/tedious/).
*
* @example
* ```javascript
* const Sentry = require('@sentry/node');
*
* Sentry.init({
* integrations: [Sentry.tediousIntegration()],
* });
* ```
*/
export declare const tediousIntegration: () => import("@sentry/core").Integration;
//# sourceMappingURL=tedious.d.ts.map