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>
12 lines
385 B
Text
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
|