Rocky_Mountain_Vending/.pnpm-store/v10/files/d5/04bc3d6ce3180314a92ff4030f32f536930096e8737f639d992c3e66fa0fc57ffb7f9dc59b59bee0dd346a7548d0618f1c59ca6cee64778080fc971e0ff622
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

20 lines
No EOL
562 B
Text

interface Options {
/**
* Whether to include child process arguments in breadcrumbs data.
*
* @default false
*/
includeChildProcessArgs?: boolean;
/**
* Whether to capture errors from worker threads.
*
* @default true
*/
captureWorkerErrors?: boolean;
}
/**
* Capture breadcrumbs and events for child processes and worker threads.
*/
export declare const childProcessIntegration: (options?: Options | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=childProcess.d.ts.map