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
11 lines
357 B
Plaintext
11 lines
357 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
|