Files
klz-cables.com/.pnpm-store/v10/files/52/ab1387fffcb36249d4849ac86fb7f4d0bed8e519b632a550c5cfcbd2bbbf5f74e8263c636174c20e24512ddf306565ff7420110a285cb3461a1b685ab09124
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
225 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