Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/7093f5de75056c4b75384908ec912f446618ca60dbfb6fd6674488ac3c8d3ccf3de2b2b0df5cf87ca77bb3fec369d43cc4ad832adc632293275195cd0a80f6
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

11 lines
No EOL
397 B
Text

import type { Client, Scope, SerializedTraceData, Span } from '@sentry/core';
/**
* Otel-specific implementation of `getTraceData`.
* @see `@sentry/core` version of `getTraceData` for more information
*/
export declare function getTraceData({ span, scope, client, }?: {
span?: Span;
scope?: Scope;
client?: Client;
}): SerializedTraceData;
//# sourceMappingURL=getTraceData.d.ts.map