Skip to content

Fix regression that send PII even when the send_default_pii option is off #425

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

Merged

Conversation

ste93cry
Copy link
Contributor

@ste93cry ste93cry commented Jan 22, 2021

This fixes #422: basically, during the refactoring of the RequestListener class that I did in #387 I forgot to consider the send_default_pii option when capturing the user data (IP address and username).

@ste93cry ste93cry added this to the 4.0 milestone Jan 22, 2021
@ste93cry ste93cry requested a review from Jean85 January 22, 2021 18:06
@ste93cry ste93cry changed the title Fix regression that made PII to be sent even when the send_default_pii option was off Fix regression that send PII even when the send_default_pii option is off Jan 22, 2021
@ste93cry ste93cry force-pushed the fix-regression-with-pii-sent-regardless-of-option-value branch from d2765a7 to 8d1b9ca Compare January 22, 2021 18:36
@Jean85 Jean85 merged commit ecc5899 into master Jan 22, 2021
@Jean85 Jean85 deleted the fix-regression-with-pii-sent-regardless-of-option-value branch January 22, 2021 21:25
Jean85 pushed a commit to rjd22/sentry-symfony that referenced this pull request Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request listener doesn't respect send_default_pii option
2 participants