https://github.com/egguy/sentry-notifry
A sentry plugin for notifry
https://github.com/egguy/sentry-notifry
Last synced: over 1 year ago
JSON representation
A sentry plugin for notifry
- Host: GitHub
- URL: https://github.com/egguy/sentry-notifry
- Owner: egguy
- Created: 2012-05-15T14:45:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:43:28.000Z (about 5 years ago)
- Last Synced: 2025-02-04T17:50:48.571Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sentry-notifry
==============
A sentry plugin for notifry
Install
-------
Add ``sentry_notifry`` to your ``INSTALLED_APPS``::
INSTALLED_APPS = (
# ...
'sentry',
'sentry_notifry',
)
Inspiration
-----------
* sentry-hipchat: https://github.com/linovia/sentry-hipchat
* sentry-grooveio: https://github.com/mattrobenolt/sentry-groveio