Closed
Description
I am running Flask app with Flask-Login. According to https://docs.sentry.io/platforms/python/flask/:
If you use flask-login and have set send_default_pii=True in your call to init, user data (current user id,
email address, username) is attached to the event.
I have set send_default_pii=True. However, the event notification payload doesn't contain username and email. It contains only ID and IP Address:
user: {
ip_address: "127.0.0.1",
id: "2"
}
UI show "?" on the "User" section implying that there could be some extra info but it appears to be static (no link, no popup):
Metadata
Metadata
Assignees
Labels
No labels