Files
klz-cables.com/.pnpm-store/v10/files/67/ee866458c0c9120b1725cd0b92759ff7424a23511e1bfaa7eafada72be40cad917df6c116d298588f4b8bcae08e3b23c013377f601338989e647743efcd62f
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
234 B
Plaintext

/**
* Given a sample rate, returns true if replay should be sampled.
*
* 1.0 = 100% sampling
* 0.0 = 0% sampling
*/
export declare function isSampled(sampleRate?: number): boolean;
//# sourceMappingURL=isSampled.d.ts.map