⏱ Estimated Time To Completion: 2 minutes
Options
To mask specific fields, use themask
option, which lets you mask sensitive fields based on CSS selectors. For example, to mask credit card fields:
<input type="text" class="sentry-mask" />
For more details head to https://docs.sentry.io/platforms/javascript/session-replay/privacy/.