8000 username and email deesn't get included even though send_default_pii=True · Issue #263 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

Skip to content
username and email deesn't get included even though send_default_pii=True #263
Closed
@nad2000

Description

@nad2000

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):

2019-02-13 12-13-59

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0