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
9 lines
458 B
Plaintext
9 lines
458 B
Plaintext
import type { Event } from '@sentry/core';
|
|
import type { ReplayContainer } from '../../types';
|
|
/**
|
|
* Determine if event should be sampled (only applies in buffer mode).
|
|
* When an event is captured by `handleGlobalEvent`, when in buffer mode
|
|
* we determine if we want to sample the error or not.
|
|
*/
|
|
export declare function shouldSampleForBufferEvent(replay: ReplayContainer, event: Event): boolean;
|
|
//# sourceMappingURL=shouldSampleForBufferEvent.d.ts.map |