Rocky_Mountain_Vending/.pnpm-store/v10/files/a5/900ba516d798a165f74410874fecb56b9c53324625874213eab860f10757eb39b4a0f4de3b5ddad764fbf7f330220fe14893d692243ba5ed53de26e2bb23c8
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

9 lines
429 B
Text

import { HandlerDataError } from '../types-hoist/instrument';
/**
* Add an instrumentation handler for when an error is captured by the global error handler.
*
* Use at your own risk, this might break without changelog notice, only used internally.
* @hidden
*/
export declare function addGlobalErrorInstrumentationHandler(handler: (data: HandlerDataError) => void): void;
//# sourceMappingURL=globalError.d.ts.map