Files
klz-cables.com/.pnpm-store/v10/files/d3/5b13b1745970f7804a971e71e30b099bb223d55feabecb34f8154060ecee49efeb1aee3a32654070b3fdfbf5bd07cd803dfa185562ab55c2cf86561fd5636e
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

17 lines
657 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { FastifyInstrumentationConfig } from './types';
/**
* Fastify instrumentation for OpenTelemetry
*/
export declare class FastifyInstrumentationV3 extends InstrumentationBase<FastifyInstrumentationConfig> {
constructor(config?: FastifyInstrumentationConfig);
init(): InstrumentationNodeModuleDefinition[];
private _hookOnRequest;
private _wrapHandler;
private _wrapAddHook;
private _patchConstructor;
private _patchSend;
private _hookPreHandler;
}
//# sourceMappingURL=instrumentation.d.ts.map