Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/13a52d22e01444922df5bebf4a2f939f94470966316adb68aa3d9b35f14fae8144b25eaee2d0efc619477f3149bb86f935b5a71a904bd9eeccce5ff2c82bc6
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
No EOL
372 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