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

David Cramer 80400a2977 Shift readme sections around to lower the priority of images 10 years ago
.tx ea4904d1da Explicit source file 12 years ago
bin 1cb3c214c5 Add release to mocks 10 years ago
docs 7a07813cc3 Add a couple of notes to FAQ 10 years ago
hooks 29cf5148a3 Add js linting to pre-commit 11 years ago
src b126380e67 Record metrics for ignored events 10 years ago
tests 072551cef6 Update test for mysql 10 years ago
.bowerrc ca6c10d0b0 JS refactor 10 years ago
.coveragerc 6daadd92b3 Better make coverage 12 years ago
.gitignore 8df03b8ffa Ignore celerybeat-schedule 10 years ago
.gitmodules ca6c10d0b0 JS refactor 10 years ago
.jshintignore ecb3d5a6b8 Update clean behavior 10 years ago
.jshintrc ca6c10d0b0 JS refactor 10 years ago
.travis.yml 968a842c50 Kill IRC notifications 10 years ago
AUTHORS e76ee8144f Move sentry repo 12 years ago
CHANGES cf31e9bce3 Expand 7.4.0 changes 10 years ago
LICENSE 09e51cd304 2014 11 years ago
MANIFEST.in ac320b39b3 Ensure we only bundle sentry subdirectory of static 11 years ago
Makefile f62c40d97d Improve transifex helper 10 years ago
README.rst 80400a2977 Shift readme sections around to lower the priority of images 10 years ago
TODO 0a7bd8fd36 more TODO 13 years ago
bower.json 8827ca469e moment.js 2.8.4 10 years ago
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 years ago
gulpfile.js c9c7b97b76 Various fixes for wall 10 years ago
package.json 9b29d4cf1a Add --allow-root option to bower install 10 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 549cffa298 Yet another flake8 exclusion 10 years ago
setup.py f0ea93ea1a 7.5.0.dev0 10 years ago
tox.ini 842455ad0f Add tox.ini 13 years ago

README.rst

Sentry
======

Sentry is a modern error logging and aggregation platform.


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

The Sentry package fundamentally 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``.



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

These screenshots may be slightly outdated, but should give you a feel for what Sentry presents.

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