You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thank you for your kind words! Your feedback is extremely valuable as we are in the process of designing and building fine-grained masking capabilities.
Feel free to expand your list of bullet points if you encounter any other similar use cases.
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:
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
The text was updated successfully, but these errors were encountered: