Files
klz-cables.com/.pnpm-store/v10/files/3f/62ef37061dbdd7498c81841f9cc3f0583a0c59722a0f025cf7891bb2937835886cf6ab5d98ae71c61ecfd9d37a63c0fb0424bca1f33916331dff4985b0325a
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
376 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