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>
11 lines
404 B
Text
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
|