Skip to main content
Version: iOS SDK

Privacy helpers

Privacy helpers control how specific views appear in session replay.

Screeb automatically masks password fields and other sensitive content detected by heuristics. Use these UIView extension methods for custom sensitive content.

myView.screebMaskText()
myView.screebNoCapture()
myButton.screebId("checkout_button")
HelperDescription
UIView.screebMaskText()Masks text content in session replay.
UIView.screebNoCapture()Excludes the view entirely from session replay capture.
UIView.screebId("stable_id")Sets a stable element ID, used by Screeb In-App Messaging (IAM) product tours to target views that must remain meaningful across app restarts and UI refactors.