Go to file
Bruno Clermont 999b9a1447 Add debian package configurations 2010-12-14 16:34:06 -05:00
debian Add debian package configurations 2010-12-14 16:34:06 -05:00
docs Sentry now fully supports defining its own search site (requires Disqus fork of Haystack). 2010-12-09 17:48:02 -08:00
example_project Sentry now fully supports defining its own search site (requires Disqus fork of Haystack). 2010-12-09 17:48:02 -08:00
sentry Pass url and body to logger as sentry.errors currently does not go to Sentry 2010-12-13 11:22:54 -08:00
.gitignore Update docs 2010-10-20 17:14:21 -07:00
AUTHORS Shoudl be contributors URL, not members 2010-09-15 14:17:58 -07:00
LICENSE Added AUTHORS 2010-08-31 17:18:24 -07:00
MANIFEST.in Bump version due to bad package 2010-10-15 14:38:33 -07:00
README.rst I give up 2010-10-20 17:18:04 -07:00
runtests.py Enable all plugins by default in test suite. Fix fixture path for redmine plugin. 2010-10-15 11:57:45 -07:00
setup.py Bump version to 1.5.1 2010-12-13 11:19:38 -08:00

README.rst

------
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://dcramer.github.com/django-sentry/