Developer-first error tracking and performance monitoring https://sentry.io/

David Cramer ae9e90041c Massive refactoring of plugins. New SentryMiddleware is now required as part of configuration. 13 years ago
bootstrap 9996daba65 Initial UX for views 13 years ago
docs ae9e90041c Massive refactoring of plugins. New SentryMiddleware is now required as part of configuration. 13 years ago
sentry ae9e90041c Massive refactoring of plugins. New SentryMiddleware is now required as part of configuration. 13 years ago
tests ae9e90041c Massive refactoring of plugins. New SentryMiddleware is now required as part of configuration. 13 years ago
.gitignore 83c93f173a Add coverage to ignore 13 years ago
AUTHORS b2d6bb1e6b Update repo links 13 years ago
CHANGES 45458ae8ea Move changes back into root CHANGES file 13 years ago
LICENSE e769c9d637 sentry -> django-sentry 13 years ago
MANIFEST.in 942e1f6dad Remove distribute from manifest 13 years ago
README.rst 38f44629dc Add links to readme 13 years ago
fake_data.py bf6761e1c0 More cleanup 13 years ago
runtests.py ae9e90041c Massive refactoring of plugins. New SentryMiddleware is now required as part of configuration. 13 years ago
setup.cfg d84483c364 Turn on nologcapture by default as its really annoying in django-nose 13 years ago
setup.py 5f08624533 Remove example project 13 years ago

README.rst

Sentry
======

Sentry is a realtime event logging and aggregation platform. At it's core it
specializes in monitoring errors and extracting all the information needed
to do a proper post-mortum without any of the hassle of the standard user
feedback loop.

Sentry is a Server
------------------

The Sentry package at its core is just a simply server and web UI. It will
handle authentication clients (such as `Raven `_)
and all of the logic behind storage and aggregation.

The said, Sentry is not limited to Python. The primary implementation is in
Python, but it contains a full API for sending events from any language, in
any application.

Resources
---------

* `Documentation `_
* `Bug Tracker `_
* `Code `_
* `Mailing List `_
* `IRC `_ (irc.freenode.net, #sentry)