Skip to main content
Version: Kotlin Multiplatform SDK

Privacy helpers

Privacy helpers control how specific native views appear in session replay.

Screeb automatically masks password inputs and sensitive fields. Use helpers when your app displays custom sensitive content.

view.screebMaskText()
view.screebNoCapture()
view.screebId("checkout_button")
HelperDescription
screebMaskText()Masks text content in session replay.
screebNoCapture()Excludes the view from session replay capture.
screebId("stable_id")Sets a stable element ID for targeting and replay context.

These helpers are available for Android View and iOS UIView from the platform source sets.