Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/f3782f6121a0d180f7fcf3970687c905c713ef4746f0bcfbfcc7d40c6c1b0fdbca24a1b708f45b23c71b049db6db41a93962b4fabba70f0fe042a1631daa2c
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

18 lines
No EOL
769 B
Text

import { MongooseInstrumentationConfig } from './types';
import { InstrumentationBase, InstrumentationModuleDefinition } from '@opentelemetry/instrumentation';
export declare const _STORED_PARENT_SPAN: unique symbol;
export declare class MongooseInstrumentation extends InstrumentationBase<MongooseInstrumentationConfig> {
constructor(config?: MongooseInstrumentationConfig);
protected init(): InstrumentationModuleDefinition;
private patch;
private unpatch;
private patchAggregateExec;
private patchQueryExec;
private patchOnModelMethods;
private patchModelAggregate;
private patchAndCaptureSpanContext;
private _startSpan;
private _handleResponse;
private _callOriginalFunction;
}
//# sourceMappingURL=mongoose.d.ts.map