Rocky_Mountain_Vending/.pnpm-store/v10/files/e0/6f2875d7b2dc0005d3f9bfd8e758757c3d325b9d36ba2af571c7ce5aa00a8c7f0d79f1ba27d96f246298876f2ceb28494f77b4d1c961ed5746f1d149e417aa
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

4 lines
222 B
Text

import { Client } from '@sentry/core';
/** Ensure the `trace` context is set on all events. */
export declare function setupEventContextTrace(client: Client): void;
//# sourceMappingURL=setupEventContextTrace.d.ts.map