Rocky_Mountain_Vending/.pnpm-store/v10/files/98/e91e7d447509efda3ed7428bab09626b3a76dea151a96be833a3b4e6e5f01f57056405fed098e3d1ec7e52ce918632d160d42bad94fe6b02eda1b7dc986278
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
497 B
Text

import type { SpanContext } from '@opentelemetry/api';
/**
* OpenTelemetry only knows about SAMPLED or NONE decision,
* but for us it is important to differentiate between unset and unsampled.
*
* Both of these are identified as `traceFlags === TracegFlags.NONE`,
* but we additionally look at a special trace state to differentiate between them.
*/
export declare function getSamplingDecision(spanContext: SpanContext): boolean | undefined;
//# sourceMappingURL=getSamplingDecision.d.ts.map