Rocky_Mountain_Vending/.pnpm-store/v10/files/b0/09ca1578defcfe3162cc7fd055407e5c2a535d1669d4333061e7f8ce61928c30552fb72ba5f6fd153b93fb491fae9e5aa5900a8da1918fd6f831783696644c
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

20 lines
No EOL
885 B
Text

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { GraphQLInstrumentationConfig, GraphQLInstrumentationParsedConfig } from './types';
export declare class GraphQLInstrumentation extends InstrumentationBase<GraphQLInstrumentationParsedConfig> {
constructor(config?: GraphQLInstrumentationConfig);
setConfig(config?: GraphQLInstrumentationConfig): void;
protected init(): InstrumentationNodeModuleDefinition;
private _addPatchingExecute;
private _addPatchingParser;
private _addPatchingValidate;
private _patchExecute;
private _handleExecutionResult;
private _executeResponseHook;
private _patchParse;
private _patchValidate;
private _parse;
private _validate;
private _createExecuteSpan;
private _wrapExecuteArgs;
}
//# sourceMappingURL=instrumentation.d.ts.map