Can someone explain what data should be sent when sending the User to Sentry? Or more specifically, why it is saying my User is invalid?
The documentation says that all fields are optional but that one must be present. I have three of them and it says it has discarded the user because it is invalid. When I was initially testing it, it did work properly and showed the user in the sidebar, but now it is discarding the users.
Here’s an example directly from an exception on Sentry on what it has discarded.
{
“name”: “user”,
“value”: {
“username”: "first.middle.last@gmail.com",
“ip_address”: “192.168.10.16:64424”,
“id”: “1_123456_4”
}
}