Files
klz-cables.com/.pnpm-store/v10/files/4d/166534932a0994a2fdcab17a9a9a800bc0826ffe9fd8a1a7fb0d3f1157e59a8917500d9bbdeebf147561a9c1bf59e7f248b990ec0cf6a1ec2b8254fc50552c
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

16 lines
645 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import type { 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