Rocky_Mountain_Vending/.pnpm-store/v10/files/c3/bb1e9415e592feff83d93e9b14f73ddcc5e249bdb43cb573ae0529b5b46c1b361055184aef3adeed07ef64022f82cd66dc19c8c87c53501864f3870cec82dd
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
475 B
Text

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