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

David Cramer 51d23c5b65 Add authors to manifest 13 лет назад
bootstrap 83f4f5ad30 Clean up JS and CSS usage 13 лет назад
docs f1fe569673 Remove site value from documentation as it should be deprecated in favor of projects 13 лет назад
sentry cde3ffb246 Removed bugzilla and redmine extensions 13 лет назад
tests ba65f30cdf Allow for preflighted cross-domain requests 13 лет назад
.gitignore 83c93f173a Add coverage to ignore 13 лет назад
AUTHORS b2d6bb1e6b Update repo links 13 лет назад
CHANGES cde3ffb246 Removed bugzilla and redmine extensions 13 лет назад
LICENSE e769c9d637 sentry -> django-sentry 13 лет назад
MANIFEST.in 51d23c5b65 Add authors to manifest 13 лет назад
Makefile 83f4f5ad30 Clean up JS and CSS usage 13 лет назад
README.rst 07a0d2f84e Update mailing list link 13 лет назад
TODO a98f30172b Bump to 2.3.0 13 лет назад
fake_data.py c9205a1e43 I am awful at math :) 13 лет назад
runtests.py df990b0f7b Default to a non-public install 13 лет назад
setup.cfg 582be4310b Adjust logging and test behavior 13 лет назад
setup.py 1bf6534b76 Plugin registration now happens via an @register decorator 13 лет назад

README.rst

Sentry
======

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

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

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

That 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)