Rocky_Mountain_Vending/.pnpm-store/v10/files/72/07d1445834cc726ebd92c3307852bdb36852c62e992ad3971533631f980c4b483b3f42971f4e88eaac6e48b0a3b0f4a4fbab04ea101eda8fc6a99cc60b4297
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

13 lines
No EOL
714 B
Text

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { KnexInstrumentationConfig } from './types';
export declare class KnexInstrumentation extends InstrumentationBase<KnexInstrumentationConfig> {
constructor(config?: KnexInstrumentationConfig);
setConfig(config?: KnexInstrumentationConfig): void;
init(): InstrumentationNodeModuleDefinition;
private getRunnerNodeModuleFileInstrumentation;
private getClientNodeModuleFileInstrumentation;
private createQueryWrapper;
private storeContext;
ensureWrapped(obj: any, methodName: string, wrapper: (original: any) => any): void;
}
//# sourceMappingURL=instrumentation.d.ts.map