Files
klz-cables.com/.pnpm-store/v10/files/0f/00556ed2fa895808f9218130901e33b01fa43edc1545aaa12488d35fc26d675d83b912624cd6a619d8040101994c13341ea387d514a4079163bae616db3477
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

14 lines
745 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { KnexInstrumentationConfig } from './types';
export declare class KnexInstrumentation extends InstrumentationBase<KnexInstrumentationConfig> {
private _semconvStability;
constructor(config?: KnexInstrumentationConfig);
setConfig(config?: KnexInstrumentationConfig): void;
init(): InstrumentationNodeModuleDefinition;
private getRunnerNodeModuleFileInstrumentation;
private getClientNodeModuleFileInstrumentation;
private createQueryWrapper;
private storeContext;
ensureWrapped(obj: any, methodName: string, wrapper: (original: any) => any): void;
}
//# sourceMappingURL=instrumentation.d.ts.map