Skip to content

sentry_user not PII scrubbed #3917

@Dav1dde

Description

@Dav1dde

sentry_user added by Relay is not PII scrubbed if the user is PII scrubbed.

"user":{
   "ip_address":null,
   "geo":{
      "country_code":"US",
      "city":"New York",
      "subdivision":"New York",
      "region":"United States"
   },
   "sentry_user":"ip:111.222.222.111"
},

The PII scrubbing metadata on the event:

"_meta":{
   "user":{
      "ip_address":{
         "":{
            "rem":[
               [
                  "@ip:replace",
                  "s",
                  0,
                  4
               ],
               [
                  "@anything:remove",
                  "x"
               ]
            ],
            "len":15
         }
      }
   }
},

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions