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
I tried using the resourceEventMapper to sanitize URLs and prevent sensitive data from being sent to Datadog. I expected that the URLs would be sanitized or filtered out before being sent, but sensitive data is still appearing in the Datadog logs.
Any help or suggestions on how to properly sanitize or filter these URLs would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Question
I'm struggling to prevent sensitive URLs from being captured and sent to Datadog in my React Native application.
I'm using resourceEventMapper to sanitize URLs before they're sent, but sensitive data is still appearing in Datadog.
Here's my code:
I tried using the resourceEventMapper to sanitize URLs and prevent sensitive data from being sent to Datadog. I expected that the URLs would be sanitized or filtered out before being sent, but sensitive data is still appearing in the Datadog logs.
Any help or suggestions on how to properly sanitize or filter these URLs would be greatly appreciated.
The text was updated successfully, but these errors were encountered: