-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there a plan to support sanitizing data before send to the server? The following comment was found at #1564 but the issue was closed, so we would like to confirm the current status.
We will soon release a new way of how to strip sensitive data in SDKs, stay tuned.
background
Current JavaScript SDK does not support this feature, users manually filter with beforeSend
callback according to document. However former Raven.js supports this feature with sanitizeKeys
, document here. And also other SDK supports this feature for example Ruby's SDK provides sanitize_fields
.
It's worth to support this feature in new SDK when the user migrate from Raven.js to new Sentry SDK, or decide to use which SDK in new project.
Related resources
- related question
sanitizeKeys
option in Raven.js- Ruby SDK provides
sanitize_fields
Metadata
Metadata
Assignees
Labels
No labels