Sentry-java: Send user.ip_address = {{ auto }} when sendDefaultPii is true

Created on 27 Oct 2020  路  3Comments  路  Source: getsentry/sentry-java

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.

This is true for all SDKs. Like: https://github.com/getsentry/sentry-dotnet/issues/561

enhancement

Most helpful comment

Yep @lucas-zimerman is right, thanks for pointing this out

All 3 comments

I believe it should set "{{auto}}" ? @bruno-garcia

Yep @lucas-zimerman is right, thanks for pointing this out

Thanks @lucas-zimerman

Was this page helpful?
0 / 5 - 0 ratings