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

David Cramer 1880de10f5 For reals, this is not an error 10 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
bin 92b8e7502a Improve load-mocks to be more correct 10 лет назад
docs fed8f0fcf3 Corrected the queue worker docs 10 лет назад
hooks 29cf5148a3 Add js linting to pre-commit 11 лет назад
src 2d1e25931f Merge pull request #1416 from wyattisimo/master 10 лет назад
tests 2d1e25931f Merge pull request #1416 from wyattisimo/master 10 лет назад
.bowerrc ca6c10d0b0 JS refactor 10 лет назад
.coveragerc 6daadd92b3 Better make coverage 12 лет назад
.gitignore 8df03b8ffa Ignore celerybeat-schedule 10 лет назад
.gitmodules ca6c10d0b0 JS refactor 10 лет назад
.jshintignore ecb3d5a6b8 Update clean behavior 10 лет назад
.jshintrc ca6c10d0b0 JS refactor 10 лет назад
.travis.yml 2fb239da58 Remove coverage reports from Travis 10 лет назад
AUTHORS e76ee8144f Move sentry repo 12 лет назад
CHANGES 88f762936a Spelling 10 лет назад
LICENSE 09e51cd304 2014 11 лет назад
MANIFEST.in ac320b39b3 Ensure we only bundle sentry subdirectory of static 11 лет назад
Makefile f62c40d97d Improve transifex helper 10 лет назад
README.rst c263d0ef01 Kill Travis CI 11 лет назад
TODO 0a7bd8fd36 more TODO 13 лет назад
bower.json 8827ca469e moment.js 2.8.4 10 лет назад
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 лет назад
gulpfile.js c9c7b97b76 Various fixes for wall 10 лет назад
package.json ec8e801da2 Various fixes/improvements to gulpfile 10 лет назад
runtests.js 76cdc1b55f Correct get_status 12 лет назад
setup.cfg 1880de10f5 For reals, this is not an error 10 лет назад
setup.py 9191827159 7.3.0.dev0 10 лет назад
tox.ini 842455ad0f Add tox.ini 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.

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``.