Package io.sentry
Class SentryReplayOptions
java.lang.Object
io.sentry.SentryReplayOptions
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionSentryReplayOptions
(@Nullable Double sessionSampleRate, @Nullable Double errorSampleRate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassToRedact
(String className) long
@Nullable Double
int
boolean
boolean
long
@Nullable Double
long
boolean
boolean
void
setErrorSampleRate
(@Nullable Double errorSampleRate) void
setQuality
(@NotNull SentryReplayOptions.SentryReplayQuality quality) void
setRedactAllImages
(boolean redactAllImages) void
setRedactAllText
(boolean redactAllText) void
setSessionSampleRate
(@Nullable Double sessionSampleRate)
-
Constructor Details
-
SentryReplayOptions
public SentryReplayOptions() -
SentryReplayOptions
-
-
Method Details
-
getErrorSampleRate
-
isSessionReplayEnabled
public boolean isSessionReplayEnabled() -
setErrorSampleRate
-
getSessionSampleRate
-
isSessionReplayForErrorsEnabled
public boolean isSessionReplayForErrorsEnabled() -
setSessionSampleRate
-
getRedactAllText
public boolean getRedactAllText() -
setRedactAllText
public void setRedactAllText(boolean redactAllText) -
getRedactAllImages
public boolean getRedactAllImages() -
setRedactAllImages
public void setRedactAllImages(boolean redactAllImages) -
getRedactClasses
-
addClassToRedact
-
getQuality
-
setQuality
-
getFrameRate
@Internal public int getFrameRate() -
getErrorReplayDuration
@Internal public long getErrorReplayDuration() -
getSessionSegmentDuration
@Internal public long getSessionSegmentDuration() -
getSessionDuration
@Internal public long getSessionDuration()
-