Files
klz-cables.com/.pnpm-store/v10/files/ef/18fed52a5e9ba3b94a49f1f30a700b0579e0cd29eb2b249b98edebfe8226821d72b86ffff74856e48d6f3e5e63950a4599ae8f45030d49c50d2188cb50e3f5
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

8 lines
389 B
Plaintext

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