Go to file
David Cramer 0411f71fef More cleanup: removed deb package items and updated test requirements 2011-10-06 15:03:50 -04:00
docs Missing curl brace in logging config 2011-09-26 12:43:33 -07:00
sentry_client Absolute imports and docstrings 2011-10-06 14:58:49 -04:00
tests Some compatibility and cleanup in TransactionTestCase 2011-10-06 08:38:34 -07:00
.gitignore Swap graphing out to use Highstock 2011-08-30 18:13:51 -07:00
AUTHORS Shoudl be contributors URL, not members 2010-09-15 14:17:58 -07:00
CHANGES Initial cleanup of various imports and docstrings and removal of dead code. 2011-10-06 14:32:38 -04:00
LICENSE Added AUTHORS 2010-08-31 17:18:24 -07:00
MANIFEST.in More cleanup: removed deb package items and updated test requirements 2011-10-06 15:03:50 -04:00
README.rst Update readme to better describe this project 2011-10-06 14:57:21 -04:00
setup.py More cleanup: removed deb package items and updated test requirements 2011-10-06 15:03:50 -04:00

README.rst

sentry-client
=============

This is a standalone Python client for django-sentry.

**Code is not yet tested and a work in progress**


About Sentry
------------

Sentry provides you with a generic interface to view and interact with your error logs. By
default, it will catch any exception thrown by Django and store it in a database. With this
it allows you to interact and view near real-time information to discover issues and more
easily trace them in your application.


Docs: http://readthedocs.org/docs/sentry/en/latest/index.html