Suppressing personal data
We take data privacy really seriously. This is why we added the ability to exclude specific form data from screenshots & replays. Simply add the classrr-mask to all input elements you want to exclude the values from. Once the class is added, the Gleap SDK will ignore the values from this specific element.
We also support hiding complete element groups by adding rr-block to their class name list.
Example
Secure input example
Hide a DOM element
In addition, Gleap automatically masks password inputs by default. To mask every
input value, call
Gleap.setReplayOptions({ maskAllInputs: true }) before
initializing Gleap.