sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Align `user.ip` between reporting SDKs

Open vaind opened this issue 3 years ago • 4 comments

Depending on what SDK captures the event, there may be an IP address included for a given user (ID). We should align that to be the same across all types or events. AFAICT the IP address is there only for the cocoa SDK. The questions, for me, are:

  1. should we include the IP address by default? -- depending on the setting.
  2. should it depend on the "DefaultPII" setting? -- yes

vaind avatar May 19 '22 07:05 vaind

It's done by the server for sentry-cocoa for historic reasons - can we turn it off on the server for Unity projects?

vaind avatar May 31 '22 15:05 vaind

maybe workaround: try to send an empty string as the IP address

vaind avatar May 31 '22 15:05 vaind