Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/cb83c6096461d6c78284a79dd4532a2b8cb2774ce8062b9d059d7a93bcb1bee65a4e83fd26960bc1124a1f45acb0118de6bd554b4433a702548f362e259ab0
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

12 lines
No EOL
562 B
Text

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { MySQL2InstrumentationConfig } from './types';
export declare class MySQL2Instrumentation extends InstrumentationBase<MySQL2InstrumentationConfig> {
static readonly COMMON_ATTRIBUTES: {
"db.system": string;
};
constructor(config?: MySQL2InstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition[];
private _patchQuery;
private _patchCallbackQuery;
}
//# sourceMappingURL=instrumentation.d.ts.map