Files
klz-cables.com/.pnpm-store/v10/files/e3/f9f152e049580baf7ff9cdd73c3af10af86a05f87bc4b6822b7a4fa080421870ad2a42f4d065473cd1d43b4a70566e1da872b3c7dac27a2fc75aea8c2f8b35
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

21 lines
759 B
Plaintext

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