Files
klz-cables.com/.pnpm-store/v10/files/72/20ae165821ce9b99830b9f3805d053c3e7ceb310b4cf7a46c2c6d8d09fff68b4dfc36154994ad20c75e499d8c43c5ec0d7d7bb17879b520e2ff2624d748a1a
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

12 lines
593 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { MySQL2InstrumentationConfig } from './types';
export declare class MySQL2Instrumentation extends InstrumentationBase<MySQL2InstrumentationConfig> {
private _netSemconvStability;
private _dbSemconvStability;
constructor(config?: MySQL2InstrumentationConfig);
private _setSemconvStabilityFromEnv;
protected init(): InstrumentationNodeModuleDefinition[];
private _patchQuery;
private _patchCallbackQuery;
}
//# sourceMappingURL=instrumentation.d.ts.map