Go to file
David Cramer 110344408c Dont implicitly configure log handlers
Because of the way logging propagation works this is complicated to ensure it's intelligent. Let's leave it up to the user to ensure LOGGING is configured appropriately for their application.
2016-02-23 16:21:02 -08:00
ci Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
docs Fix documentation for the gevent transport 2016-02-11 10:24:19 +00:00
hooks Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01:00
raven Dont implicitly configure log handlers 2016-02-23 16:21:02 -08:00
tests Handle exc_info is True. This fixes #735 2016-02-12 09:48:54 -08:00
.gitignore Imported new docs 2015-07-12 11:10:43 +02:00
.gitmodules Started using the sentry doc ext 2015-07-12 10:45:49 +02:00
.travis.yml Temporarily disable pypi release code 2016-01-21 11:47:14 -08:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Dont implicitly configure log handlers 2016-02-23 16:21:02 -08:00
LICENSE Update copyright 2015-06-28 15:47:19 -07:00
MANIFEST.in Include tests in the tarsal but don't install them (fix #567) 2015-02-28 12:44:38 +01:00
Makefile Correct install 2015-12-01 17:33:53 -08:00
README.rst No www 2015-11-10 15:40:41 -08:00
conftest.py Flask/Werkzeug don't support Python 3.2 and below 2015-03-31 12:02:29 +02:00
setup.cfg s/[wheel]/[bdist_wheel]/ 2015-07-06 10:57:41 -04:00
setup.py Dont implicitly configure log handlers 2016-02-23 16:21:02 -08:00
tox.ini enable automated testing on django 1.9 and python 3.5 2015-12-03 21:21:06 -05:00

README.rst

Raven
======

.. image:: https://travis-ci.org/getsentry/raven-python.svg?branch=master
    :target: https://travis-ci.org/getsentry/raven-python

Raven is a Python client for `Sentry <http://getsentry.com/>`_. 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.

Resources
---------

* `Documentation <https://docs.getsentry.com/hosted/clients/python/>`_
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
* `Code <http://github.com/getsentry/raven-python>`_
* `Mailing List <https://groups.google.com/group/getsentry>`_
* `IRC <irc://irc.freenode.net/sentry>`_  (irc.freenode.net, #sentry)
* `Travis CI <http://travis-ci.org/getsentry/raven-python>`_