Rocky_Mountain_Vending/.pnpm-store/v10/files/34/7943efc50f6b29b4a72498e6508170476f53dbe9401c74884052216e8c6a45bdb4e7168fd6edfee5daaf0e8d9d1034217b61e4a4688dac2825d112ed4885a7
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
No EOL
222 B
Text

import type { 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