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

ted kaemming 9f6e00f13b Basic report implementation. (#3836) 8 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
api-docs 461204944f Initial support for Python 3 8 лет назад
bin ce5ce4855d Fix bin/dump-command-help 8 лет назад
config ab43b2d87e Fix Python3 compat 8 лет назад
docs 78c017beb2 Update CLI docs 8 лет назад
scripts dd0200e9f8 Fixes to Dockerfile.dev 8 лет назад
src 9f6e00f13b Basic report implementation. (#3836) 8 лет назад
tests 9f6e00f13b Basic report implementation. (#3836) 8 лет назад
.coveragerc 11d3d096cf Move south migrations to compatibility path 8 лет назад
.dockerignore a53b1f0ae2 Add a Dockerfile for local dev environment 9 лет назад
.eslintignore 6829b6cf7a Improve unicode handling in JS sources 8 лет назад
.eslintrc 5b85130af7 Enable react/prop-types eslint rule; add missing propTypes 9 лет назад
.gitattributes 043f143467 Union merge changelog by default. 8 лет назад
.gitignore ba60a7415c Ignore .cache 8 лет назад
.gitmodules 4e36ab552c Imported new docs for federation 9 лет назад
.isort.cfg c6594964cc Ensure imports are sorted alphabetically 9 лет назад
.mailmap b3f05c53e2 Add .mailmap to fix my commits 9 лет назад
.travis.yml 461204944f Initial support for Python 3 8 лет назад
AUTHORS df235c4d04 Add newline to AUTHORS file 9 лет назад
CHANGES 98cf2bb661 8.8.0.dev0 8 лет назад
CONTRIBUTING.md 1aded72256 add dinky little contributing doc 8 лет назад
Dockerfile.dev dd0200e9f8 Fixes to Dockerfile.dev 8 лет назад
LICENSE a56b1040ef Updated copyright year (#3439) 8 лет назад
MANIFEST.in 71709cea81 Remove node related stuff from MANIFEST 9 лет назад
Makefile c8d6dd7c30 Fix dist install requirements 8 лет назад
README.rst 4964b1f281 Update some https links in README 9 лет назад
TODO bc9746df44 We did it, team 9 лет назад
codecov.yml 364c5d881c Disable comments from codecov 8 лет назад
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 лет назад
doc-requirements.txt 4e36ab552c Imported new docs for federation 9 лет назад
package.json e3da591054 Update raven-js to 3.3.0 (#3822) 8 лет назад
runtests.js 76cdc1b55f Correct get_status 12 лет назад
setup.cfg ce8ed6c54d Revert "Revert "Add support for Firefox selenium driver (#3733)"" 8 лет назад
setup.py 98cf2bb661 8.8.0.dev0 8 лет назад
static fdbbdeefaa Initial ported Angular code 10 лет назад
webpack.config.js 1de21ff438 Switch to `#` prefixes for source mapping URLs 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!)