Files
klz-cables.com/.pnpm-store/v10/files/6d/ddd29ce3eac29a9dad64c011604b9b3041c44162c4796445e50240e46c390bc047f32ad9d203ec6988af2d217c4f422f1420d8ffe6cbe96b16b879bd58058c
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

9 lines
240 B
Plaintext

/**
* Generate a random, valid trace ID.
*/
export declare function generateTraceId(): string;
/**
* Generate a random, valid span ID.
*/
export declare function generateSpanId(): string;
//# sourceMappingURL=propagationContext.d.ts.map