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>
20 lines
No EOL
885 B
Text
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 |