Files
klz-cables.com/.pnpm-store/v10/files/f4/2f9c58488bffd0d46ed19198ef7ad745b41b3c61026f9317fe55f6745267f575d2f9e6f556cd90122c66fbbf4ae904ec121ba8c1e3421116c8b0c7816a6cbe
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

7 lines
198 B
Plaintext

import { Span } from '@opentelemetry/api';
/**
* Returns the currently active span.
*/
export declare function getActiveSpan(): Span | undefined;
//# sourceMappingURL=getActiveSpan.d.ts.map