Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/18fed52a5e9ba3b94a49f1f30a700b0579e0cd29eb2b249b98edebfe8226821d72b86ffff74856e48d6f3e5e63950a4599ae8f45030d49c50d2188cb50e3f5
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
389 B
Text

import type { ReadableSpan } from '@opentelemetry/sdk-trace-base';
/**
* Get the parent span id from a span.
* In OTel v1, the parent span id is accessed as `parentSpanId`
* In OTel v2, the parent span id is accessed as `spanId` on the `parentSpanContext`
*/
export declare function getParentSpanId(span: ReadableSpan): string | undefined;
//# sourceMappingURL=getParentSpanId.d.ts.map