Rocky_Mountain_Vending/.pnpm-store/v10/files/ba/3e74fcf4fa6bb6ba3e38e8594b0c7464e30a1a151f246a7b08fcdcfa3d7a23f96e08c6319fa96c8ecb2ebd43528dad19b8b70cbd4b4125d671a88dbcd1bbaf
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
348 B
Text

import { Sampler, SamplingResult } from '@opentelemetry/api';
/**
* @deprecated Use the one defined in @opentelemetry/sdk-trace-base instead.
* Sampler that samples all traces.
*/
export declare class AlwaysOnSampler implements Sampler {
shouldSample(): SamplingResult;
toString(): string;
}
//# sourceMappingURL=AlwaysOnSampler.d.ts.map