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

David Cramer ba60a7415c Ignore .cache 8 years ago
.tx ea4904d1da Explicit source file 12 years ago
api-docs d89ba79adc Stop using deprecated `sentry start` during docs build 8 years ago
bin 85078a3d7c Added cocoa mock data 8 years ago
config db86c225e3 Add commit template 9 years ago
docs 449d47f7f9 Update dsym instructions 8 years ago
scripts dd0200e9f8 Fixes to Dockerfile.dev 8 years ago
src c4726a61cb Make event datetimes in new event and digest previews deterministic. (#3728) 8 years ago
tests d72da69662 Upgrade to React 15.2.1 (#3689) 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 c3ac44cc2f More linting fixes 9 years ago
.eslintrc 5b85130af7 Enable react/prop-types eslint rule; add missing propTypes 9 years ago
.gitattributes 043f143467 Union merge changelog by default. 8 years ago
.gitignore ba60a7415c Ignore .cache 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 32bd3adeff Add Percy to travis.yml. 8 years ago
AUTHORS df235c4d04 Add newline to AUTHORS file 9 years ago
CHANGES d41df76d6a 8.7.0.dev0 8 years ago
CONTRIBUTING.md 1aded72256 add dinky little contributing doc 8 years ago
Dockerfile.dev dd0200e9f8 Fixes to Dockerfile.dev 8 years ago
LICENSE a56b1040ef Updated copyright year (#3439) 8 years ago
MANIFEST.in 71709cea81 Remove node related stuff from MANIFEST 9 years ago
Makefile 3cbd2f0985 Fix tests running against the correct databases (#3483) 8 years ago
README.rst 4964b1f281 Update some https links in README 9 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 d72da69662 Upgrade to React 15.2.1 (#3689) 8 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg d625450317 Revert "Merge pull request #472 from msabramo/add-tox.ini" 8 years ago
setup.py b8cb4a5a3d Bump symsynd to 0.8.2 8 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
webpack.config.js 1de21ff438 Switch to `#` prefixes for source mapping URLs 9 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 `_
* `Bug Tracker `_
* `Code `_
* `Ask on Stack Overflow `_
* `Mailing List `_
* `IRC `_ (irc.freenode.net, #sentry)
* `Transifex `_ (Translate Sentry!)