Rocky_Mountain_Vending/.pnpm-store/v10/files/da/da954a9ffb9d30a015a90397373832313a66a0264825e8a43577d7e01ca85452321047532d6b8c68e94099ecdc37de709439d13dcabf29517b73996a258f44
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
530 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