Ignore specific elements
Example
<!-- Without masking -->
<input type="text" name="email" value="[email protected]" />
<!-- Email displayed in recording will be [email protected] -->
<!-- With masking -->
<input type="text" name="email" value="[email protected]" class="ust-rec-mask" />
<!-- Email displayed in recording will be ********** -->Last updated