A plugin for Sentry which allows email notifications to be routed based upon the source of an exception.
Install the package via pip
:
pip install sentry-subscriptions
sentry-subscriptions is configured on per-project basis. A subscription is in the format of:
<module_pattern> <email_list>
Example configuration:
app.views.* [email protected] app.models.* [email protected],[email protected]