Open dannyrb opened 2 months ago
Hi @dannyrb! 👋 Thank you for reaching out! Apologies for the delay.
We are currently working on improving Privacy Controls and your feedback is very valuable.
I would suggest submitting a feature request where you describe the functionality you are looking for. We can then internally discuss the requested features, and keep you posted about the updates on both native and RN SDKs.
Does it sound good to you?
👋🏻 @marco-saia-datadog, thanks for the response!
I believe we are working with support and our CSM to submit a formal feature request. Based on your response, it does sound like this is functionality that does not yet exist. Is it also safe to assume that you're not "accepting PRs" to add this functionality?
I will refer our CSM to this GitHub issue as a reference. Thanks!
Question
Hello, the documentation is very clear about how to set a defaultPrivacyLevel. This is great, but we often want to "mask everything by default", and then opt-in individual fields and sections of the application to be unmasked.
What I don't see is how to accomplish this for Native iOS or React Native in the current documentation. Searching the code base also did not yield any obvious clues. Is this an unimplemented or undocumented feature? Is it worth submitting a feature request for this functionality?
Notably, text extraction does not seem to account for anything other than the
SessionReplayViewTreeRecordingContext
, which appears to be scoped to the view? Any/all help here would be appreciated.(We have both Native iOS applications and are enrolled in the private React Native beta)