Sending emails for each new issue

I was trying to understand how to properly set up Sentry so that for our production version (tag: “environment: production”) it not only sends notifications to Slack, but also to my email (and, ideally, every team member email). But I couldn’t find the option. It looks like in account settings it only offers to send weekly digests.

Is there a way to set it up?

Or, alternatively, send production notifications to a different channel on Slack.

You should be able to configure this in your project settings (under Alerts > Rules). For more information on Alert Rules you may want to check out this blog post: https://blog.sentry.io/2017/10/12/proactive-alert-rules
But essentially you can have a rule that get triggered when the tag is ‘environment:production’ and you can choose the notification method to be email, slack, or both.

Team members can go into their personal account settings (under Notifications) and choose which projects they want to get notifications from.

Or, alternatively, send production notifications to a different channel on Slack.

Currently, you can only set up one slack channel per project.