Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/3b1bdc49c8fbfe83b68ec24fcbba4034b1c3718ba300e96b90fa849f05e06053758b6a4a991b909fef39f2f5d1f66332cc6f2cdb32699911fb5bfcc58ef034
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

10 lines
No EOL
477 B
Text

import { InstrumentationBase, InstrumentationConfig, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
export declare class GenericPoolInstrumentation extends InstrumentationBase {
private _isDisabled;
constructor(config?: InstrumentationConfig);
init(): InstrumentationNodeModuleDefinition[];
private _acquirePatcher;
private _poolWrapper;
private _acquireWithCallbacksPatcher;
}
//# sourceMappingURL=instrumentation.d.ts.map