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

David Cramer 98941bcc6f Fix origin tests to explicitly set no default 9 years ago
.tx ea4904d1da Explicit source file 12 years ago
bin b44073bd16 Add dummy GitHub annotation to mock data (refs GH-1645) 9 years ago
docs 967aa04b4e Update documentation with instructions for subpath hosting. 9 years ago
hooks a28d087ef2 Run jsxhint as part of checks 10 years ago
src 50ba1ad01d Add explicit protocol tests 9 years ago
tests 98941bcc6f Fix origin tests to explicitly set no default 9 years ago
.coveragerc 6daadd92b3 Better make coverage 12 years ago
.gitignore 852c133129 Revert "Ignore html/doctrees" 9 years ago
.gitmodules 4e36ab552c Imported new docs for federation 9 years ago
.jshintignore 177bf8783c Refactor lint to include tests 9 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 116111902f Initial changes from 7.8.0 9 years ago
LICENSE 2edda3b06c Update copyright 9 years ago
MANIFEST.in 1fcbe7d958 Support smart install (build static when needed) 9 years ago
Makefile 28a20b1a35 Enable JS tests 9 years ago
README.rst d51b2a1303 Remove references to readthedocs.org 9 years ago
TODO 0a7bd8fd36 more TODO 13 years ago
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 years ago
doc-requirements.txt 4e36ab552c Imported new docs for federation 9 years ago
gulpfile.js 4fc85d5bc1 Improve dist/watch behavior 9 years ago
package.json d444272cb1 Remove unused sync-exec 9 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 26989cd2ec Disable doctest plugin 10 years ago
setup.py 5178b0b531 Bump requests to 2.7.0 (fixes GH-1650) 9 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
tox.ini 842455ad0f Add tox.ini 13 years ago
webpack.config.js 0416b5ead8 Add selectize bits 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 `_
* `Ask on Stack Overflow `_
* `Mailing List `_
* `IRC `_ (irc.freenode.net, #sentry)
* `Transifex `_ (Translate Sentry!)