Rocky_Mountain_Vending/.pnpm-store/v10/files/de/4caa59a805d3cf1838ce397839ad085c8551ccc24105e1724920539c058409b05bd5ac1f72575cd1f264ebb7b48406c156f53bb61a058ea6e4bb41f178c0e7
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
No EOL
424 B
Text

import type { 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