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
Unlike what the docs imply, we do not scrub attachments other than minidumps. I will discuss with the team whether we can enable scrubbing for any attachment type, at least as a beta.
Attaching the minidump via add_attachment does not work because it will be treated as a regular attachment with attachment type event.attachment (see above). Minidump attachments require attachment typeevent.minidump.
I will keep this issue open because we need to at least improve our docs around this topic.
Scrubbing seems to work for both attachment and event field for native crash events sent to /minidump endpoint via curl command.
Scrubbing does not work for "mannually" constructed event. Example:
Example links in Customer Case
[#4351 fix(pii): Fix scrubbing user paths in minidump debug modules](#4351)
did not fix it unfortunately
The text was updated successfully, but these errors were encountered: