Package 

Class ViewExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit sentryReplayMask(View $self) Marks this view to be masked in session replay.
      final static Unit sentryReplayUnmask(View $self) Marks this view to be unmasked in session replay.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sentryReplayUnmask

         final static Unit sentryReplayUnmask(View $self)

        Marks this view to be unmasked in session replay. All its content will be visible in the replay, use with caution.