Rocky_Mountain_Vending/.pnpm-store/v10/files/fd/3ccfaaeb34e80631cbf1918a9d3b8708b2d99b835bf3b66495c5fb907d7c735bd66829c6d29ac813d230a828e1fe9b3c4173d9d63bd6a39dd72d38f6e054bb
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

10 lines
355 B
Text

import { TraceState } from '@opentelemetry/core';
import { DynamicSamplingContext } from '@sentry/core';
/**
* Generate a TraceState for the given data.
*/
export declare function makeTraceState({ dsc, sampled, }: {
dsc?: Partial<DynamicSamplingContext>;
sampled?: boolean;
}): TraceState;
//# sourceMappingURL=makeTraceState.d.ts.map