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

Jess MacQueen a19f9af03c feat(workflow): Add ProjectTeam model 7 years ago
.storybook 8df11ecd2b feat(workflow): add similar color spectrum (#6046) 7 years ago
.tx ea4904d1da Explicit source file 12 years ago
.vscode 137c176dad dev: restore autopep8 7 years ago
api-docs 40ae56e1d2 Replace remaining references to @getsentry.com with @sentry.io (#4550) 8 years ago
bin a19f9af03c feat(workflow): Add ProjectTeam model 7 years ago
config 6d6f40de4f build(precommit): run jest on pre-commit (#6129) 7 years ago
docs a94118cbd1 Logo additions for 3rd-party plugin (Visual Studio Team Services) Created Visual Studio Team Services plugin located at https://github.com/boylec/sentry-vsts (#6058) 7 years ago
docs-ui a121bab31b feat(workflow): Replace `window.confirm` with `<Confirm>` (#6197) 7 years ago
examples 9d99eaefc9 oauth: overhaul authorization flow 7 years ago
scripts dd0200e9f8 Fixes to Dockerfile.dev 8 years ago
src a19f9af03c feat(workflow): Add ProjectTeam model 7 years ago
tests a19f9af03c feat(workflow): Add ProjectTeam model 7 years ago
.babelrc 3b8343e3d3 feat(workflow): add stacktrace diff modal (#6018) 7 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 ba04e06672 Updated demo-js output to only include sentry frames 7 years ago
.eslintrc a121bab31b feat(workflow): Replace `window.confirm` with `<Confirm>` (#6197) 7 years ago
.gitattributes ebf7126b29 Fix CHANGES gitattribute 8 years ago
.gitignore 3efb1e7cf3 Add react storybook 7 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 e5914eab5f feat(ci): Enable Zeus 7 years ago
AUTHORS df235c4d04 Add newline to AUTHORS file 9 years ago
Brewfile bef4f3e9cc dev: stop managing everything with Brewfile 7 years ago
CHANGES a19f9af03c feat(workflow): Add ProjectTeam model 7 years ago
CONTRIBUTING.md 73b7b2e570 Fix link to contributing docs 8 years ago
Dangerfile 3e6ec30710 meta(danger): Remove Security label 7 years ago
Dockerfile.dev 8f6139a803 Fix Dockerfile.dev to use wildcard hotfix version of postgres (#4425) 8 years ago
Gemfile cba0e16334 danger: bump danger to ~>4.0.1 to fix html rendering (#4587) 8 years ago
ISSUE_TEMPLATE.md 23616aac0f Basic issue template to cut down on support-style tickets 8 years ago
LICENSE 08ba46f535 twenty-seventeen 8 years ago
MANIFEST.in 31fa276c26 ref(build): Move requirements into pip files 7 years ago
Makefile e5914eab5f feat(ci): Enable Zeus 7 years ago
README.rst 869b012854 Merge branch 'master' into bugfix/fix-cocoa-link 7 years ago
TODO bc9746df44 We did it, team 9 years ago
codecov.yml d2d50f7d6a tooling(codecov): add `src/sentry/runner` to ignore 7 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 01d4819d83 Updated raven-js to 3.18.1 7 years ago
requirements-base.txt 6867a45552 feat(javascript): implement function name mapping 7 years ago
requirements-dev.txt 31fa276c26 ref(build): Move requirements into pip files 7 years ago
requirements-saml.txt 31fa276c26 ref(build): Move requirements into pip files 7 years ago
requirements-test.txt 5798b19a61 ref(ci): Bump responses to 0.8.x 7 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 137c176dad dev: restore autopep8 7 years ago
setup.py 6867a45552 feat(javascript): implement function name mapping 7 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
webpack.config.js 936c38c39b fix(test): change condition for "IS_PERCY" env var 7 years ago
yarn.lock 83a8334cae fix(plugins): Handle mismatched responses 7 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 SDKs (such as `Raven `_),
all of the logic behind storage and aggregation, and alerting team members.

That said, Sentry is not limited to Python. The server is in Python, but it contains
a full API for sending events from any language, in any application.

Official Sentry SDKs
~~~~~~~~~~~~~~~~~~~~
* `JavaScript `_
* `React-Native `_
* `Python `_
* `Ruby `_
* `Node `_
* `PHP `_
* `Go `_
* `Java `_
* `Objective-C/Swift `_
* `C# `_
* `Perl `_
* `Elixir `_

Resources
---------

* `Documentation `_
* `Community `_ (Bugs, feature requests, general questions)
* `Bug Tracker `_
* `Code `_
* `IRC `_ (irc.freenode.net, #sentry)
* `Transifex `_ (Translate Sentry!)