-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align user.ip
between reporting SDKs
#755
Comments
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 |
user.ip
between reporting SDKs
We're populating the user in our sentry-unity/src/Sentry.Unity/Integrations/UnityScopeIntegration.cs Lines 168 to 177 in e1ada0b
Any alignment of what else happens to the user seems to be required on the .NET SDK. |
The underlying SDKs should definitely align on when and what gets sent. And if this depends on the options provided to them (i.e. SendPII) then the Unity SDK must have appropriate default values. |
Resolved in the .NET SDK via getsentry/sentry-dotnet#3893 |
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:
The text was updated successfully, but these errors were encountered: