Files
klz-cables.com/.pnpm-store/v10/files/21/7cc13fcdd93a37cae77c4ea85a0ed74d85e4642dc3125be61252918d66c89c2d143b658f6a436b8c431934dd3f6af855102b3e4af64363f19447b8d8068c5e
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
367 B
Plaintext

/**
* Sets the async context strategy to use AsyncLocalStorage.
*
* This is a lightweight alternative to the OpenTelemetry-based strategy.
* It uses Node's native AsyncLocalStorage directly without any OpenTelemetry dependencies.
*/
export declare function setAsyncLocalStorageAsyncContextStrategy(): void;
//# sourceMappingURL=asyncLocalStorageStrategy.d.ts.map