Files
klz-cables.com/.pnpm-store/v10/files/b7/c1b200ec860e0cb13d9a5d53abc1a6032ddb5f028b4a1c27ca36d6d963207133f8f516de0b294c94043fda507fbf369587543d5e0dc0dc4820e538dc1acdc9
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

10 lines
250 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