Rocky_Mountain_Vending/.pnpm-store/v10/files/1d/bc9849ec587dcc04625f23afc56ca89b210d833a715d774cc9c244564eb864407d2bffb0e5797aa6262a2cac575fd55d9005026f16aea146f4d42639324677
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
No EOL
504 B
Text

import type { 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