Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/67db98e953c46526e931cfbb6eceb4465bbf77c906686f8a4bb558634b472b29e5b965001a173af42b1a93331e0d27d1b040d87daba0fb2d06ca320f0dba4e
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

21 lines
No EOL
767 B
Text

import { InstrumentationBase } from '@opentelemetry/instrumentation';
import { UndiciInstrumentationConfig } from './types';
export declare class UndiciInstrumentation extends InstrumentationBase<UndiciInstrumentationConfig> {
private _channelSubs;
private _recordFromReq;
private _httpClientDurationHistogram;
constructor(config?: UndiciInstrumentationConfig);
protected init(): undefined;
disable(): void;
enable(): void;
protected _updateMetricInstruments(): void;
private subscribeToChannel;
private onRequestCreated;
private onRequestHeaders;
private onResponseHeaders;
private onDone;
private onError;
private recordRequestDuration;
private getRequestMethod;
}
//# sourceMappingURL=undici.d.ts.map