Files
klz-cables.com/.pnpm-store/v10/files/7a/28dd7f36c8250ca6989cef57fb11068f99b0b88aa1c23b5ba92a6ca84d024db30d35c65e9f94794e1077ea151e2b2acdf9ca79e6733a5dd3d26db6b3f5f0ec
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
850 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { DataloaderInstrumentationConfig } from './types';
export declare class DataloaderInstrumentation extends InstrumentationBase<DataloaderInstrumentationConfig> {
constructor(config?: DataloaderInstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition[];
private shouldCreateSpans;
private getSpanName;
private _wrapBatchLoadFn;
private _getPatchedConstructor;
private _patchLoad;
private _getPatchedLoad;
private _patchLoadMany;
private _getPatchedLoadMany;
private _patchPrime;
private _getPatchedPrime;
private _patchClear;
private _getPatchedClear;
private _patchClearAll;
private _getPatchedClearAll;
}
//# sourceMappingURL=instrumentation.d.ts.map