sentry-unity
sentry-unity copied to clipboard
Align `user.ip` between reporting SDKs
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:
- should we include the IP address by default? -- depending on the setting.
- should it depend on the "DefaultPII" setting? -- yes
It's done by the server for sentry-cocoa for historic reasons - can we turn it off on the server for Unity projects?
maybe workaround: try to send an empty string as the IP address