You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no explicit IpAddress was set by the user code (or framework integration) the SDK should set {{ auto }} which tells the server to infer the IP Address to client connection as the user.ip_address.
bruno-garcia
changed the title
Send user.ip_address = {{ default }} when sendDefaultPii is true
Send user.ip_address = {{ auto }} when sendDefaultPii is true
Nov 1, 2020
If no explicit IpAddress was set by the user code (or framework integration) the SDK should set
{{ auto }}
which tells the server to infer the IP Address to client connection as theuser.ip_address
.This is true for all SDKs. Like: getsentry/sentry-dotnet#561
The text was updated successfully, but these errors were encountered: