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

David Cramer a28d087ef2 Run jsxhint as part of checks 10 years ago
.tx ea4904d1da Explicit source file 12 years ago
bin 895d022b15 Merge branch 'master' into org_sidebar 10 years ago
docs 2dc6f96967 Add protocol version 6 10 years ago
hooks a28d087ef2 Run jsxhint as part of checks 10 years ago
script 8b518bf963 Switch to using nameservers closer to build servers 11 years ago
src d9e1099f1e Merge branch 'master' into redesign/react 10 years ago
tests d9e1099f1e Merge branch 'master' into redesign/react 10 years ago
.bowerrc a8f57f9d6e Add bower for Bootstrap 3 10 years ago
.coveragerc 6daadd92b3 Better make coverage 12 years ago
.gitignore 895d022b15 Merge branch 'master' into org_sidebar 10 years ago
.gitmodules 132365c736 Remove bootstrap submodule 10 years ago
.jshintignore ecb3d5a6b8 Update clean behavior 10 years ago
.jshintrc 962a37b29d Initial work towards removing require.js 10 years ago
.travis.yml c065eb61d5 Switch to container builds 10 years ago
AUTHORS e76ee8144f Move sentry repo 12 years ago
CHANGES 7c13b6f68c Correct BIGINT change 10 years ago
LICENSE 09e51cd304 2014 11 years ago
MANIFEST.in ac320b39b3 Ensure we only bundle sentry subdirectory of static 11 years ago
Makefile a28d087ef2 Run jsxhint as part of checks 10 years ago
README.rst c263d0ef01 Kill Travis CI 11 years ago
TODO 0a7bd8fd36 more TODO 13 years ago
bower.json 713c727cf8 More react basics 10 years ago
conftest.py da3aaab015 Upgrade Django to 1.6 10 years ago
gulpfile.js fc861da0d6 Disable webpack watcher 10 years ago
package.json a28d087ef2 Run jsxhint as part of checks 10 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 6c1b33dae7 Revert change to migrations path 10 years ago
setup.py d9e1099f1e Merge branch 'master' into redesign/react 10 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
tox.ini 842455ad0f Add tox.ini 13 years ago
webpack.config.js abe5012a52 Some initial working stream components 10 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.

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