-
Notifications
You must be signed in to change notification settings - Fork 0
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
Explicity set user.ip_address: {{auto}}
#118
Comments
@bitsandfoxes I'm pretty sure Unity does the right thing (the dotnet sdk that is, which would be true then for Unity, Xamarin and PowerShell. But could you please double check? |
|
for spans, relay populates the client.address attribute (even if no explicit auto is set): for sessions there's the ip_address attribute: |
Issue created for Capacitor getsentry/sentry-capacitor#819 |
Description
For client side SDKs, we need to explicitly set the user's IP address to
{{auto}}
, if the property was not set by the user.By default, SDKs should not set
{{auto}}
and only do so ifsendDefaultPii
was set totrue
by the user.Docs: https://develop.sentry.dev/sdk/expected-features/data-handling/
See getsentry/relay#4431
Stakeholder(s)
@jjbayer
Team(s)
Mobile, Web Frontend, GDX
SDKs
SDKs
The text was updated successfully, but these errors were encountered: