Files
klz-cables.com/.pnpm-store/v10/files/b0/09ca1578defcfe3162cc7fd055407e5c2a535d1669d4333061e7f8ce61928c30552fb72ba5f6fd153b93fb491fae9e5aa5900a8da1918fd6f831783696644c
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

20 lines
885 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { GraphQLInstrumentationConfig, GraphQLInstrumentationParsedConfig } from './types';
export declare class GraphQLInstrumentation extends InstrumentationBase<GraphQLInstrumentationParsedConfig> {
constructor(config?: GraphQLInstrumentationConfig);
setConfig(config?: GraphQLInstrumentationConfig): void;
protected init(): InstrumentationNodeModuleDefinition;
private _addPatchingExecute;
private _addPatchingParser;
private _addPatchingValidate;
private _patchExecute;
private _handleExecutionResult;
private _executeResponseHook;
private _patchParse;
private _patchValidate;
private _parse;
private _validate;
private _createExecuteSpan;
private _wrapExecuteArgs;
}
//# sourceMappingURL=instrumentation.d.ts.map