Files
klz-cables.com/.pnpm-store/v10/files/f6/292437ff80fe1b734d57661840eb61e95c40bfdbd8ddc28350b47aae3964f2d232c91c0e72426edc85c24b52a95df04bc0ec91a8723d92b0a8c349c8719a58
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
346 B
Plaintext

/**
* Disable sampling mousemove events on iOS browsers as this can cause blocking the main thread
* https://github.com/getsentry/sentry-javascript/issues/14534
*/
export declare function getRecordingSamplingOptions(): Partial<{
sampling: {
mousemove: boolean;
};
}>;
//# sourceMappingURL=getRecordingSamplingOptions.d.ts.map