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

David Cramer 98941bcc6f Fix origin tests to explicitly set no default 9 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
bin b44073bd16 Add dummy GitHub annotation to mock data (refs GH-1645) 9 лет назад
docs 967aa04b4e Update documentation with instructions for subpath hosting. 9 лет назад
hooks a28d087ef2 Run jsxhint as part of checks 10 лет назад
src 50ba1ad01d Add explicit protocol tests 9 лет назад
tests 98941bcc6f Fix origin tests to explicitly set no default 9 лет назад
.coveragerc 6daadd92b3 Better make coverage 12 лет назад
.gitignore 852c133129 Revert "Ignore html/doctrees" 9 лет назад
.gitmodules 4e36ab552c Imported new docs for federation 9 лет назад
.jshintignore 177bf8783c Refactor lint to include tests 9 лет назад
.jshintrc 0d4009cc58 Yet another implementation of optimistic updates 10 лет назад
.travis.yml 968a842c50 Kill IRC notifications 10 лет назад
AUTHORS e76ee8144f Move sentry repo 12 лет назад
CHANGES 116111902f Initial changes from 7.8.0 9 лет назад
LICENSE 2edda3b06c Update copyright 9 лет назад
MANIFEST.in 1fcbe7d958 Support smart install (build static when needed) 9 лет назад
Makefile 28a20b1a35 Enable JS tests 9 лет назад
README.rst d51b2a1303 Remove references to readthedocs.org 9 лет назад
TODO 0a7bd8fd36 more TODO 13 лет назад
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 лет назад
doc-requirements.txt 4e36ab552c Imported new docs for federation 9 лет назад
gulpfile.js 4fc85d5bc1 Improve dist/watch behavior 9 лет назад
package.json d444272cb1 Remove unused sync-exec 9 лет назад
runtests.js 76cdc1b55f Correct get_status 12 лет назад
setup.cfg 26989cd2ec Disable doctest plugin 10 лет назад
setup.py 5178b0b531 Bump requests to 2.7.0 (fixes GH-1650) 9 лет назад
static fdbbdeefaa Initial ported Angular code 10 лет назад
tox.ini 842455ad0f Add tox.ini 13 лет назад
webpack.config.js 0416b5ead8 Add selectize bits 9 лет назад

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!)