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

Matt Robenolt 3ee2d7a2bf Allow newer ua-parser 9 years ago
.tx ea4904d1da Explicit source file 12 years ago
api-docs 9cc9c10092 Implement shared Redis clusters. 9 years ago
bin 10b98a8a63 Removed unused file 9 years ago
docs d79de57949 Update Redis version notes in documentation. 9 years ago
hooks 16ca6b811d Move linters out of setuptools hooks 9 years ago
scripts a53b1f0ae2 Add a Dockerfile for local dev environment 9 years ago
src 269be9bab2 Render unique content for each email. 9 years ago
tests 59bfa4ddb0 Merge pull request #2811 from getsentry/pre-compress 9 years ago
.coveragerc 6daadd92b3 Better make coverage 12 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
.gitignore 6f38c0d351 Ship integration docs statically with the build 9 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 1a1fa0c95d Add tests for compiling sdist/bdist_wheel to Travis 9 years ago
AUTHORS df235c4d04 Add newline to AUTHORS file 9 years ago
CHANGES a656d6be28 CHANGES for 8.2.3 9 years ago
Dockerfile.dev 9708c1fabd bump node/npm version 9 years ago
LICENSE 5d8e6357f0 Clarify license 9 years ago
MANIFEST.in 71709cea81 Remove node related stuff from MANIFEST 9 years ago
Makefile 42f8db2a67 Install locally with dsym 9 years ago
README.rst 4964b1f281 Update some https links in README 9 years ago
TODO 0a7bd8fd36 more TODO 13 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 97248458c5 Upgrade to react 0.14.7 9 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 4dd9f2bfe7 Run south migrations in Travis 9 years ago
setup.py 3ee2d7a2bf Allow newer ua-parser 9 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
tox.ini 842455ad0f Add tox.ini 13 years ago
webpack.config.js 77ee19790c Comment compression-webpack-plugin usage 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!)