Send alerts with user email (as opposed to user id)

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…

1 Like

Rather than making a new topic, I am just bumping this. I am having the same issue currently for our Slack alerts.

1 Like

oh yes, I Always wondered why I couldn’t show the username tag on slack, even if we only store the name for internal testers