dd-sdk-reactnative icon indicating copy to clipboard operation
dd-sdk-reactnative copied to clipboard

Add ability to override individual components for masking

Open eharmshoagie opened this issue 10 months ago • 3 comments

Feature description

My app deals with PHI data, and for now we have to mask everything, as we cannot use the MASK_SENSITIVE_INPUTS due to the following issues we have:

  • datePickers do not get masked as sensitive, we currently need to use MASK_ALL - we use them for date of birth
  • we use Google Autocomplete for address, unless we use MASK_ALL we can see the addresses that get returned in the autocomplete results. We would like to use TouchPrivacyLevel.SHOW, so that leaves a dot on the address thats shown. Would be great to be able to mask the address results
  • dynamic text - we have some text on our screens that contain strings the user has entered. Would be great to be able to test strings with regex and mask accordingly

I've only begun using Session Replay today, we've been waiting a long time for it and are very excited we can now use it. Keep up the good work!

Proposed solution

No response

Other relevant information

No response

eharmshoagie avatar Jan 14 '25 00:01 eharmshoagie