Rocky_Mountain_Vending/.pnpm-store/v10/files/a1/205fd2099f0338fc330043fafcd6e4dc2e591215f745083cf2f7f466554a827ef9f0a627e28487570aaf9772551dcb621eb94a2a6718aadd78c9d018ad079e
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
No EOL
349 B
Text

import { TraceState } from '@opentelemetry/core';
import type { 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