Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/0a90c5fc1bcecd0cc9ab7ad1f6266ed8b9a5ec282917342de93d02e4739368fe21861b2d725a3f7e68cef6e4a5ebacc4036f97bc2cd4b4406a84503baad29e
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
583 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