Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to override individual components for masking #772

Open
eharmshoagie opened this issue Jan 14, 2025 · 1 comment
Open

Add ability to override individual components for masking #772

eharmshoagie opened this issue Jan 14, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@eharmshoagie
Copy link

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 eharmshoagie added the enhancement New feature or request label Jan 14, 2025
@marco-saia-datadog
Copy link
Member

Hello @eharmshoagie 👋

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants