-
public final class ViewExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitsentryReplayMask(View $self)Marks this view to be masked in session replay. final static UnitsentryReplayUnmask(View $self)Marks this view to be unmasked in session replay. -
-
Method Detail
-
sentryReplayMask
final static Unit sentryReplayMask(View $self)
Marks this view to be masked in session replay.
-
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.
-
-
-
-