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

Max Bittker 8cd07aa214 fixes JAVASCRIPT-29F (#5824) 7 years ago
.tx ea4904d1da Explicit source file 12 years ago
.vscode 259784343b dev: switch from autopep8 to yapf 7 years ago
api-docs 40ae56e1d2 Replace remaining references to @getsentry.com with @sentry.io (#4550) 8 years ago
bin 177a1bb03e Don't try to create groups for events that should be ignored (#5770) 7 years ago
config e1e9d6c998 dev: add autope8 7 years ago
docs 543a12510f Bump docs to force the doc-hook to bump the sentry module 7 years ago
examples 6f0531a9d3 Add basic OAuth2 provider (#4164) 8 years ago
scripts dd0200e9f8 Fixes to Dockerfile.dev 8 years ago
src 8cd07aa214 fixes JAVASCRIPT-29F (#5824) 7 years ago
tests d9ffaae9ae project creation click handler location (#5823) 7 years ago
.babelrc 2ac81ef4d9 Switch to lodash + lodash-webpack-plugin ... (#5616) 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 8e2cdfeddc dev: improve js linting 7 years ago
.eslintrc de9723af6f ui: various form improvements 7 years ago
.gitattributes ebf7126b29 Fix CHANGES gitattribute 8 years ago
.gitignore 715d10020d vscode: improve default exclusions 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 d28c02dd32 Install yarn for travis and no longer in makefile 7 years ago
AUTHORS df235c4d04 Add newline to AUTHORS file 9 years ago
CHANGES 59e6d3f37a 8.20.0.dev0 7 years ago
CONTRIBUTING.md 73b7b2e570 Fix link to contributing docs 8 years ago
Dangerfile ac8fe045fb danger: correct typo 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 1451a2d063 Abstract setuptools asset compiling (#4091) 8 years ago
Makefile 94cd2c5c88 Better hint for yarn 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 e7a22821cd ci: disable codecov comments 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 a5ae8b859d chore: use jest serializer for enzyme-to-json (#5797) 7 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 259784343b dev: switch from autopep8 to yapf 7 years ago
setup.py 59e6d3f37a 8.20.0.dev0 7 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
webpack.config.js 2ac81ef4d9 Switch to lodash + lodash-webpack-plugin ... (#5616) 7 years ago
yarn.lock 2ac81ef4d9 Switch to lodash + lodash-webpack-plugin ... (#5616) 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!)