Rocky_Mountain_Vending/.pnpm-store/v10/files/71/018a6af9ed20fc128cdb2f4821d3e807673e1db97c967c181bd5c7baa2d7b9c0a474408eeac360fb84a54089e657d4c475fb3f8b79642c06cae10d776e07ec
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
470 B
Text

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