This fork only includes debianization instructions.
How to build .deb & upload it to debian repository:
apt-get install python-all debhelperpip install --user stdeb- configure your
~/.dput.cf - configure your gpg keys
git clone git@github.com:hhru/raven-python.git- set postfix for debian version in
setup.cfg cd raven-pythonpython setup.py --command-packages=stdeb.command sdist_dsc --with-python2=True --with-python3=True bdist_debcd deb_distdebsign python-raven_X.Y.Z-hhN_amd64.changesdput hh-apps python-raven_X.Y.Z-hhN_amd64.changes
Raven is a Python client for Sentry. It provides full out-of-the-box support for many of the popular frameworks, including Django, and Flask. Raven also includes drop-in support for any WSGI-compatible web application.
Your application doesn't live on the web? No problem! Raven is easy to use in any Python application.
- Documentation
- Bug Tracker
- Code
- Mailing List
- IRC (irc.freenode.net, #sentry)
- Travis CI