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

David Cramer 4fc85d5bc1 Improve dist/watch behavior 9 years ago
.tx ea4904d1da Explicit source file 12 years ago
bin 29d97a21d2 Support single org in load-mocks 9 years ago
docs 5b997d1fcc Suggest SENTRY_CONF instead of --config 9 years ago
hooks a28d087ef2 Run jsxhint as part of checks 10 years ago
src 4fc85d5bc1 Improve dist/watch behavior 9 years ago
tests 518ea38c09 Merge branch 'master' into redesign/react 9 years ago
.coveragerc 6daadd92b3 Better make coverage 12 years ago
.gitignore 0df5399c1e Remove duplicate ignore 10 years ago
.gitmodules 132365c736 Remove bootstrap submodule 10 years ago
.jshintignore ecb3d5a6b8 Update clean behavior 10 years ago
.jshintrc 0d4009cc58 Yet another implementation of optimistic updates 10 years ago
.travis.yml 968a842c50 Kill IRC notifications 10 years ago
AUTHORS e76ee8144f Move sentry repo 12 years ago
CHANGES 2f7571a8d6 Remove Group.checksum and Event.checksum 9 years ago
LICENSE 09e51cd304 2014 11 years ago
MANIFEST.in 1fcbe7d958 Support smart install (build static when needed) 9 years ago
Makefile dd8cc1d3da Merge branch 'master' into redesign/react 9 years ago
README.rst 1976ff650b Remove dev version (doesnt contain bundled assets) 9 years ago
TODO 0a7bd8fd36 more TODO 13 years ago
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 years ago
gulpfile.js 4fc85d5bc1 Improve dist/watch behavior 9 years ago
package.json f7234b5e6e Switch to babel loader 9 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 26989cd2ec Disable doctest plugin 10 years ago
setup.py 6cb99a69fe Merge branch 'master' into redesign/react 9 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
tox.ini 842455ad0f Add tox.ini 13 years ago
webpack.config.js f7234b5e6e Switch to babel loader 9 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!)


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