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

Matt Robenolt eeb7b84512 Make honcho a runtime dependency 9 лет назад
.github 5ec8d28125 Add pull request template 9 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
api-docs 8adbfa57de Refactor settings initialization 9 лет назад
bin 10b98a8a63 Removed unused file 9 лет назад
docs dc56745b51 Add `SENTRY_REDIS_OPTIONS` -> `redis.clusters` to warnings doc. 9 лет назад
hooks 16ca6b811d Move linters out of setuptools hooks 9 лет назад
scripts ef26406506 Use a bit lighter docker container for local dev 9 лет назад
src f5f90e5299 Various callsign changes 9 лет назад
tests 07b900a0b7 Merge pull request #2945 from getsentry/ephemeral-alerts 9 лет назад
.coveragerc 6daadd92b3 Better make coverage 12 лет назад
.dockerignore a53b1f0ae2 Add a Dockerfile for local dev environment 9 лет назад
.eslintignore c3ac44cc2f More linting fixes 9 лет назад
.eslintrc 5b85130af7 Enable react/prop-types eslint rule; add missing propTypes 9 лет назад
.gitignore 6f38c0d351 Ship integration docs statically with the build 9 лет назад
.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 59cc45141a Remove before_cache in travis 9 лет назад
AUTHORS df235c4d04 Add newline to AUTHORS file 9 лет назад
CHANGES ae88ac6e31 Added note to callsign changes 9 лет назад
Dockerfile.dev ef26406506 Use a bit lighter docker container for local dev 9 лет назад
LICENSE 5d8e6357f0 Clarify license 9 лет назад
MANIFEST.in 71709cea81 Remove node related stuff from MANIFEST 9 лет назад
Makefile 55b123d39b Bump cqlversion since it errors now 9 лет назад
README.rst 4964b1f281 Update some https links in README 9 лет назад
TODO bc9746df44 We did it, team 9 лет назад
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 лет назад
doc-requirements.txt 4e36ab552c Imported new docs for federation 9 лет назад
package.json 212cc756c8 raven-js 2.3.0 9 лет назад
runtests.js 76cdc1b55f Correct get_status 12 лет назад
setup.cfg d90a33368e Tell pytest to be more selective on directories to watch 9 лет назад
setup.py eeb7b84512 Make honcho a runtime dependency 9 лет назад
static fdbbdeefaa Initial ported Angular code 10 лет назад
tox.ini 842455ad0f Add tox.ini 13 лет назад
webpack.config.js b4ac146008 Use devtool: cheap-module-eval-source-map in development ... 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!)