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

David Cramer 83f4f5ad30 Clean up JS and CSS usage 13 years ago
bootstrap 83f4f5ad30 Clean up JS and CSS usage 13 years ago
docs 5112672ae0 Merge branch 'master' of github.com:dcramer/sentry 13 years ago
sentry 83f4f5ad30 Clean up JS and CSS usage 13 years ago
tests ba65f30cdf Allow for preflighted cross-domain requests 13 years ago
.gitignore 83c93f173a Add coverage to ignore 13 years ago
AUTHORS b2d6bb1e6b Update repo links 13 years ago
CHANGES 9f0ef394f2 Version bump to 2.8.0 13 years ago
LICENSE e769c9d637 sentry -> django-sentry 13 years ago
MANIFEST.in 942e1f6dad Remove distribute from manifest 13 years ago
Makefile 83f4f5ad30 Clean up JS and CSS usage 13 years ago
README.rst 07a0d2f84e Update mailing list link 13 years ago
TODO a98f30172b Bump to 2.3.0 13 years ago
fake_data.py c9205a1e43 I am awful at math :) 13 years ago
runtests.py df990b0f7b Default to a non-public install 13 years ago
setup.cfg 582be4310b Adjust logging and test behavior 13 years ago
setup.py a7105a90e0 Version bump to 1.4.3 13 years ago

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)