Files
klz-cables.com/.pnpm-store/v10/files/76/edca8e3f449535d33914ca7f9306926b2f529b7e186c3244eea5b90f493c3b6fd62b5f0dc88624db050587caec562c1a93a13afec46c78ec789f4436430f7d
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

22 lines
984 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { TediousInstrumentationConfig } from './types';
export declare const INJECTED_CTX: unique symbol;
export declare class TediousInstrumentation extends InstrumentationBase<TediousInstrumentationConfig> {
static readonly COMPONENT = "tedious";
private _netSemconvStability;
private _dbSemconvStability;
constructor(config?: TediousInstrumentationConfig);
private _setSemconvStabilityFromEnv;
protected init(): InstrumentationNodeModuleDefinition[];
private _patchConnect;
private _buildTraceparent;
/**
* Fire a one-off `SET CONTEXT_INFO @opentelemetry_traceparent` on the same
* connection. Marks the request with INJECTED_CTX so our patch skips it.
*/
private _injectContextInfo;
private _shouldInjectFor;
private _patchQuery;
private _patchCallbackQuery;
}
//# sourceMappingURL=instrumentation.d.ts.map