Rocky_Mountain_Vending/.pnpm-store/v10/files/42/af9c95d5c609585bbdfd18c8e655bb9bd85849e43c473b87009092338bc60e95d0a73e4fc13bf95cad6b1071b324f59b0ef862ee70fa699c45032ea3d6d043
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
393 B
Text

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