Rocky_Mountain_Vending/.pnpm-store/v10/files/47/e8ac9170beea5f5159eafc469d980a70e454b0795593d6aaf5e68179307b8d028f43ca7c7932bb25f12b64b4082a83e1805baf1c172df70a26247556c5fe4d
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
786 B
Text

export declare const SENTRY_TRACE_HEADER = "sentry-trace";
export declare const SENTRY_BAGGAGE_HEADER = "baggage";
export declare const SENTRY_TRACE_STATE_DSC = "sentry.dsc";
export declare const SENTRY_TRACE_STATE_SAMPLED_NOT_RECORDING = "sentry.sampled_not_recording";
export declare const SENTRY_TRACE_STATE_URL = "sentry.url";
export declare const SENTRY_TRACE_STATE_SAMPLE_RAND = "sentry.sample_rand";
export declare const SENTRY_TRACE_STATE_SAMPLE_RATE = "sentry.sample_rate";
export declare const SENTRY_SCOPES_CONTEXT_KEY: symbol;
export declare const SENTRY_FORK_ISOLATION_SCOPE_CONTEXT_KEY: symbol;
export declare const SENTRY_FORK_SET_SCOPE_CONTEXT_KEY: symbol;
export declare const SENTRY_FORK_SET_ISOLATION_SCOPE_CONTEXT_KEY: symbol;
//# sourceMappingURL=constants.d.ts.map