Right now, by including the user tag in an alert rule in the Project Settings page, alerts come included with a user id: i.e. auth0|585afdfb13b97907a73dd287
If we include emails in calls to Raven.setUserContext, is there a way to instead get the email to show up in the alerts, by including a tag in the Project Settings? I’d like to see foo@bar.com instead of some id string.
I’ve tried user.email as a tag and that doesn’t seem to work…