đĨ Replays
Replays for our JavaScript SDK allow you to record and replay users' interactions on the web. This is especially handy for bug reports, where you'd like to replay the last actions a user took before a bug occured.
Enable replaysâ
Replays can be activated by navigating to Project settings
-> Developer options
--> Enable đĨ web replays
. Simply activate the option and reload your web app.
Privacyâ
By default, replays will already mask secure text input fields. You can also flag other fields or even complete blocks to be masked.
Mask text fieldsâ
Simply add the class gl-mask
to the textfield, and Gleap replays will mask the input.
Mask blocksâ
Simply add the class gl-block
to the elements you want to block. Replays will add a blank placeholder with the dimensions of the blocked element. This is especially handy to mask privacy sensitive blocks.