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

Ben Vinegar 14b2b83e0e Fix onUpdateError not handling undefined itemIds 9 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
api-docs c7c742d911 Move system.url-prefix to option 9 лет назад
bin 43e4527ba6 We're sentry, not lektor 9 лет назад
docs 43e4527ba6 We're sentry, not lektor 9 лет назад
hooks 16ca6b811d Move linters out of setuptools hooks 9 лет назад
src 14b2b83e0e Fix onUpdateError not handling undefined itemIds 9 лет назад
tests 14b2b83e0e Fix onUpdateError not handling undefined itemIds 9 лет назад
.coveragerc 6daadd92b3 Better make coverage 12 лет назад
.eslintignore c3ac44cc2f More linting fixes 9 лет назад
.eslintrc 5aea9adc94 Fix missing keys / cleanup React warnings 9 лет назад
.gitignore ada90b546e Bootstrap options enough to get app running 9 лет назад
.gitmodules 4e36ab552c Imported new docs for federation 9 лет назад
.mailmap b3f05c53e2 Add .mailmap to fix my commits 9 лет назад
.travis.yml 6c5b3ac67a Remove webpack from build matix since it's redundant 9 лет назад
AUTHORS df235c4d04 Add newline to AUTHORS file 9 лет назад
CHANGES 0b252f4d12 Expand changes 9 лет назад
LICENSE 2edda3b06c Update copyright 9 лет назад
MANIFEST.in dd872aa577 Override setup.py develop. Reasons 9 лет назад
Makefile 6c5b3ac67a Remove webpack from build matix since it's redundant 9 лет назад
README.rst b6c597cb15 Fix Transifex URL 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 лет назад
package.json c24ad4b5fe Depend on po-catalog-loader 1.2.0 9 лет назад
runtests.js 76cdc1b55f Correct get_status 12 лет назад
setup.cfg de268387e5 Restrict wheel to py27 only 9 лет назад
setup.py dd872aa577 Override setup.py develop. Reasons 9 лет назад
static fdbbdeefaa Initial ported Angular code 10 лет назад
tox.ini 842455ad0f Add tox.ini 13 лет назад
webpack.config.js e3a63cc5da Merge branch 'js-translations' 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!)