Rocky_Mountain_Vending/.pnpm-store/v10/files/40/8acc6a552636ad42b2d86f759dd75c588fa32c40036a3f72573fbc3b109ac2c1e0c0a476909a1f7b3f3cac3b44ba8fdf4c5b9f6f4f9b6b4186ea93668bedfd
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

7 lines
No EOL
259 B
Text

import { Sampler, SamplingResult } from '../Sampler';
/** Sampler that samples all traces. */
export declare class AlwaysOnSampler implements Sampler {
shouldSample(): SamplingResult;
toString(): string;
}
//# sourceMappingURL=AlwaysOnSampler.d.ts.map