Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 535 Bytes

README.rst

File metadata and controls

27 lines (16 loc) · 535 Bytes

sentry-subscriptions

A plugin for Sentry which allows email notifications to be routed based upon the source of an exception.

Install

Install the package via pip:

pip install sentry-subscriptions

Project Configuration

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]