Rocky_Mountain_Vending/.pnpm-store/v10/files/55/426994ac60b3ee602621078d609447d85a842364cc7e1b4514df9d5e59ad0213848a40b313c7cddca05a0f3edd4719ed385029eeda3db868df910ceb39ac68
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

12 lines
512 B
Text

import { Integration } from '@sentry/core';
/**
* With OTEL, all performance integrations will be added, as OTEL only initializes them when the patched package is actually required.
*/
export declare function getAutoPerformanceIntegrations(): Integration[];
/**
* Get a list of methods to instrument OTEL, when preload instrumentation.
*/
export declare function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & {
id: string;
})[];
//# sourceMappingURL=index.d.ts.map