Add the attribute data-userplane-blur to every component or element that displays sensitive user data — for example: payment forms, password fields, personal information, account balances, health data.
Example usage:
<div data-userplane-blur>
<input type="text" placeholder="Credit card number" />
</div>
To exclude a child element from blur, set data-userplane-blur="false" on it.
To blur all inputs globally, add this meta tag to the <head> of index.html:
<meta name="userplane:blur" content="inputs" />
Reference: https://docs.userplane.io/developer/sensitive-data-redaction