Package io.sentry

Class SentryReplayOptions

java.lang.Object
io.sentry.SentryReplayOptions

public final class SentryReplayOptions extends Object
  • Constructor Details

    • SentryReplayOptions

      public SentryReplayOptions()
    • SentryReplayOptions

      public SentryReplayOptions(@Nullable @Nullable Double sessionSampleRate, @Nullable @Nullable Double errorSampleRate)
  • Method Details

    • getErrorSampleRate

      @Nullable public @Nullable Double getErrorSampleRate()
    • isSessionReplayEnabled

      public boolean isSessionReplayEnabled()
    • setErrorSampleRate

      public void setErrorSampleRate(@Nullable @Nullable Double errorSampleRate)
    • getSessionSampleRate

      @Nullable public @Nullable Double getSessionSampleRate()
    • isSessionReplayForErrorsEnabled

      public boolean isSessionReplayForErrorsEnabled()
    • setSessionSampleRate

      public void setSessionSampleRate(@Nullable @Nullable Double sessionSampleRate)
    • getRedactAllText

      public boolean getRedactAllText()
    • setRedactAllText

      public void setRedactAllText(boolean redactAllText)
    • getRedactAllImages

      public boolean getRedactAllImages()
    • setRedactAllImages

      public void setRedactAllImages(boolean redactAllImages)
    • getRedactClasses

      public Set<String> getRedactClasses()
    • addClassToRedact

      public void addClassToRedact(String className)
    • getQuality

      @Internal @NotNull public @NotNull SentryReplayOptions.SentryReplayQuality getQuality()
    • setQuality

      public void setQuality(@NotNull @NotNull SentryReplayOptions.SentryReplayQuality quality)
    • getFrameRate

      @Internal public int getFrameRate()
    • getErrorReplayDuration

      @Internal public long getErrorReplayDuration()
    • getSessionSegmentDuration

      @Internal public long getSessionSegmentDuration()
    • getSessionDuration

      @Internal public long getSessionDuration()