Rocky_Mountain_Vending/.pnpm-store/v10/files/fb/c82bed0fe640928bca1255adeca695475682a6f1c93be72ff03c16ca8f1bcd1bc9b59b2ecbfb836ee859e0002349cdfe6f7b04cdef8cf5175a42784da1ef65
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
404 B
Text

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