Skip to content
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

Send user.ip_address = {{ auto }} when sendDefaultPii is true #1015

Closed
bruno-garcia opened this issue Oct 27, 2020 · 3 comments · Fixed by #1144
Closed

Send user.ip_address = {{ auto }} when sendDefaultPii is true #1015

bruno-garcia opened this issue Oct 27, 2020 · 3 comments · Fixed by #1144
Assignees
Labels
enhancement New feature or request

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Oct 27, 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 the user.ip_address.

This is true for all SDKs. Like: getsentry/sentry-dotnet#561

@marandaneto marandaneto added the enhancement New feature or request label Oct 29, 2020
@lucas-zimerman
Copy link
Contributor

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

@marandaneto
Copy link
Contributor

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

@bruno-garcia 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
@bruno-garcia
Copy link
Member Author

Thanks @lucas-zimerman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants