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>
9 lines
530 B
Text
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
|