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

ted kaemming c5260da0b1 Standardize alert notification language. (#4328) 8 years ago
.tx ea4904d1da Explicit source file 12 years ago
api-docs 948ce82da4 Properly pass along auth through API client (#4237) 8 years ago
bin 5caf99ec07 [mocks] add signal for post-loading of mocks 8 years ago
config ab43b2d87e Fix Python3 compat 8 years ago
docs 260d84d361 [docs] Add changelog 8 years ago
scripts dd0200e9f8 Fixes to Dockerfile.dev 8 years ago
src c5260da0b1 Standardize alert notification language. (#4328) 8 years ago
tests c5260da0b1 Standardize alert notification language. (#4328) 8 years ago
.coveragerc 11d3d096cf Move south migrations to compatibility path 8 years ago
.dockerignore a53b1f0ae2 Add a Dockerfile for local dev environment 9 years ago
.eslintignore 6829b6cf7a Improve unicode handling in JS sources 8 years ago
.eslintrc 538e9e48db Remove warnings from .eslintrc ... (#4243) 8 years ago
.gitattributes 043f143467 Union merge changelog by default. 8 years ago
.gitignore 1451a2d063 Abstract setuptools asset compiling (#4091) 8 years ago
.gitmodules 4e36ab552c Imported new docs for federation 9 years ago
.isort.cfg c6594964cc Ensure imports are sorted alphabetically 9 years ago
.mailmap b3f05c53e2 Add .mailmap to fix my commits 9 years ago
.travis.yml 7c0995b38d Move cassandra setup to before_script 8 years ago
AUTHORS df235c4d04 Add newline to AUTHORS file 9 years ago
CHANGES 33346115f8 [vcs] expand commits apis (#4321) 8 years ago
CONTRIBUTING.md d2b15c70b7 Update GitHub guidelines 8 years ago
Dockerfile.dev ffbd7cfeda Bump postgres version in Dockerfile.dev 8 years ago
LICENSE 4bf25fddcd Refer to sentry.io (#4048) 8 years ago
MANIFEST.in 1451a2d063 Abstract setuptools asset compiling (#4091) 8 years ago
Makefile 97f90946a4 [ci] improve matrix builds on travis (#4277) 8 years ago
README.rst a3b166a9a9 Promote new discussion forum 8 years ago
TODO bc9746df44 We did it, team 9 years ago
codecov.yml 364c5d881c Disable comments from codecov 8 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
package.json a5f9ccaec3 Add elixir icon 8 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg f429f4777e Configurable phantomjs path 8 years ago
setup.py b277dda23f [ci] pin cassandra-driver to 3.5.0 8 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
webpack.config.js 0a1de72f5c [js] vendor underscore.js (#4258) 8 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 `_
* `Community `_ (Bugs, feature requests, general questions)
* `Bug Tracker `_
* `Code `_
* `IRC `_ (irc.freenode.net, #sentry)
* `Transifex `_ (Translate Sentry!)