Rocky_Mountain_Vending/.pnpm-store/v10/files/2e/2a2d2742844a1c444528afb457eb338f4feedff0bd479a3896982f7581f5589d71d905e38684c6d8ac330defab165e95be790e0a85eb92fe453b24e8499eeb
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

14 lines
No EOL
649 B
Text

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { DataloaderInstrumentationConfig } from './types';
export declare class DataloaderInstrumentation extends InstrumentationBase<DataloaderInstrumentationConfig> {
constructor(config?: DataloaderInstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition[];
private shouldCreateSpans;
private getSpanName;
private _getPatchedConstructor;
private _patchLoad;
private _getPatchedLoad;
private _patchLoadMany;
private _getPatchedLoadMany;
}
//# sourceMappingURL=instrumentation.d.ts.map