Rocky_Mountain_Vending/.pnpm-store/v10/files/47/39602fa845bf3c3ce231cfab5892e7a439c5437bee70bd29fb97215cba56abb7224e79f97cfd92b000f083405394fe05cc02ee8c7d84349254a14a14a1521a
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

8 lines
No EOL
381 B
Text

import type { Span } from '@opentelemetry/api';
import type { ReadableSpan } from '@opentelemetry/sdk-trace-base';
import type { SanitizedRequestData } from '@sentry/core';
/**
* Get sanitizied request data from an OTEL span.
*/
export declare function getRequestSpanData(span: Span | ReadableSpan): Partial<SanitizedRequestData>;
//# sourceMappingURL=getRequestSpanData.d.ts.map