Rocky_Mountain_Vending/.pnpm-store/v10/files/ac/f19de5c1a05bc68a25cd328940aabc907249d68c27f01aa84694cb4c52ce94184239f4949e0b8ac65121f374182e11ff525185b4cbc13e3f5b08a1889ffda3
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

12 lines
385 B
Text

type Options = {
/**
* If true, includes the `path` and `dest` properties in the error context.
*/
includePaths?: boolean;
};
/**
* Captures context for Node.js SystemError errors.
*/
export declare const systemErrorIntegration: (options?: Options | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=systemError.d.ts.map