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

David Cramer b35013bde3 Add stampede locking to Redis buffers 12 years ago
.tx ea4904d1da Explicit source file 12 years ago
docs 4113881789 Clean up some queueing documentation and deprecate SENTRY_USE_QUEUE 12 years ago
example b9b787e012 Fix new example url tag 12 years ago
src b35013bde3 Add stampede locking to Redis buffers 12 years ago
tests 5e4e91cdb9 Improve validate settings and correct tests 12 years ago
.coveragerc 6daadd92b3 Better make coverage 12 years ago
.gitignore 93171fa583 Ignore /wheelhouse 12 years ago
.gitmodules effdd9eb56 Move bootstrap into submodule 12 years ago
.jshintignore c874d290fe lint and removal of unsued files 12 years ago
.jshintrc ee2b190e92 jshint support (make lint-js) 12 years ago
.travis.yml f0e119fc22 Use standardized make commands for mysql and postgres 12 years ago
AUTHORS e76ee8144f Move sentry repo 12 years ago
CHANGES be5045ab13 Initial changelog for 5.5.0 12 years ago
LICENSE e769c9d637 sentry -> django-sentry 13 years ago
MANIFEST.in c9468e6a0e Only include sentry static data in package 12 years ago
Makefile dffb68a614 Add run-uwsgi command 12 years ago
README.rst 1831578f5d Correct branch 12 years ago
TODO 0a7bd8fd36 more TODO 13 years ago
conftest.py ec558116eb Catch warnings in tests 12 years ago
package.json e1d11c0dbb Replace django-compressor with django-static-compiler 12 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
runtests.py 621e0d058d Default runtests 12 years ago
setup.cfg 931c394d53 Make py.test suck less 12 years ago
setup.py 4d0965f232 Add in-development version and update long_description to use README 12 years ago
tox.ini 842455ad0f Add tox.ini 13 years ago

README.rst

Sentry
======

.. image:: https://secure.travis-ci.org/getsentry/sentry.png?branch=master
:target: http://travis-ci.org/getsentry/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.

Screenshots
-----------

.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/group_list.png

.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/event.png

.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/dashboard.png

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

The Sentry package, at its core, is just a simple server and web UI. It will
handle authenticating 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)
* `Transifex `_ (Translate Sentry!)

The `in-development version `_
of Sentry can be installed with ``pip install sentry==dev`` or ``easy_install sentry==dev``.