-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add option to enable/disable sending of email addresses to Sentry #14
Conversation
Why does indentation change? Did your editor change it? |
I formatted it with Prettier :P |
I assume this all works fine locally? Previously I'd have said to use |
@davwheat care to rebase this please? :) |
Will do when I get to college :) |
34b6f2c
to
0148e35
Compare
Don't worry, it didn't take me 2 days to get to college ;) |
And there was me thinking you'd gotten lost somewhere near the student bar 🍺 |
This PR adds an option to the admin page to enable/disable sending of email addresses to Sentry.
Previously, by default, this extension would automatically send email addresses to Sentry as part of a user's information, along with IP, username, and user ID. While all of these are also examples of PII (personally identifiable information), the reasoning behind these being sent to Sentry is justified.
Emails can always be looked up in the Flarum database by user ID or username, so the sending of email addresses is not necessary. Nevertheless, the option is still there for people to select.
Sending of email addresses will be disabled by default.