UNPKG

@sentry-internal/replay

Version:
8 lines 225 B
/** * 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