Rocky_Mountain_Vending/.pnpm-store/v10/files/23/5b1b9538e0b3918027e9c84edfe7f18aa80185aaf92a87d5378177d614db37063e72b358d5f0cf34b05cb8ea033896d3b0702531f31a8807df5ac4f7997e9e
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

9 lines
No EOL
520 B
Text

type OpenTelemetryElement = 'SentrySpanProcessor' | 'SentryContextManager' | 'SentryPropagator' | 'SentrySampler';
/** Get all the OpenTelemetry elements that have been set up. */
export declare function openTelemetrySetupCheck(): OpenTelemetryElement[];
/** Mark an OpenTelemetry element as setup. */
export declare function setIsSetup(element: OpenTelemetryElement): void;
/** Only exported for tests. */
export declare function clearOpenTelemetrySetupCheck(): void;
export {};
//# sourceMappingURL=setupCheck.d.ts.map