Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
No EOL
645 B
Text
16 lines
No EOL
645 B
Text
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 |