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

16 lines
No EOL
528 B
Text

interface CaptureConsoleOptions {
levels?: string[];
/**
* By default, Sentry will mark captured console messages as handled.
* Set this to `false` if you want to mark them as unhandled instead.
*
* @default true
*/
handled?: boolean;
}
/**
* Send Console API calls as Sentry Events.
*/
export declare const captureConsoleIntegration: (options?: CaptureConsoleOptions | undefined) => import("../types-hoist/integration").Integration;
export {};
//# sourceMappingURL=captureconsole.d.ts.map