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>
18 lines
No EOL
769 B
Text
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 |