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>
13 lines
No EOL
714 B
Text
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 |