Files
klz-cables.com/.pnpm-store/v10/files/be/18d3f7a097d797482a3c91375fa883fce954adbd63bd8545222a207bb051d242e0a8d0de54d2d0132ad40f41de0d60682a42134a7546f5244cbb32621a8280
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
749 B
Plaintext

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