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

fix(plugin-user-ip): Ensure client IP is not collected when user.id=undefined #428

Merged
merged 1 commit into from
Nov 27, 2018

Conversation

bengourley
Copy link
Contributor

Values that are explicitly undefined would not previously have been replaced with the [Not
collected] string, meaning the backend would record the IP. This change means that explicitly
undefined user ids are replaced correctly when collectUserIp=false

…ndefined

Values that are explicitly `undefined` would not previously have been replaced with the [Not
collected] string, meaning the backend would record the IP. This change means that explicitly
`undefined` are replaced correctly.
@bengourley bengourley requested a review from a team November 26, 2018 11:42
@bengourley bengourley merged commit fef0cad into universal Nov 27, 2018
@bengourley bengourley deleted the u/collect-user-ip-undefined branch November 27, 2018 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants