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

Brett Hoerner ba5e8fbf14 Handle device context for Android properly. (#5038) 8 years ago
.tx ea4904d1da Explicit source file 12 years ago
api-docs 40ae56e1d2 Replace remaining references to @getsentry.com with @sentry.io (#4550) 8 years ago
bin cd7dc6f1c9 Fixed react-native mock to have wrong platform 8 years ago
config d5096fa091 Stop notifying everybody about every commit by default. (#4544) 8 years ago
docs 9954cdfd91 docs: require node 4.0+ for building 8 years ago
scripts dd0200e9f8 Fixes to Dockerfile.dev 8 years ago
src ba5e8fbf14 Handle device context for Android properly. (#5038) 8 years ago
tests f11fb2d562 Fixed mocked tests for latest symsynd 8 years ago
.babelrc c672d36da9 Remove CommonJS module support, enable tree shaking (#4754) 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 ebf7126b29 Fix CHANGES gitattribute 8 years ago
.gitignore b4fbfba4dd Adding 'discover' command to 'config' (#4974) 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 b7a7730c0d Update yarn lockfile, use --pure-lockfile in Makefile (#4741) 8 years ago
AUTHORS df235c4d04 Add newline to AUTHORS file 9 years ago
CHANGES 93b2d180bf Encrypt potentially sensitive data (#3485) 8 years ago
CONTRIBUTING.md 73b7b2e570 Fix link to contributing docs 8 years ago
Dangerfile 56040c8ab1 [security] improve Danger rules 8 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 ff53ad76ce Fix bug preventing make clean from working 8 years ago
README.rst e7280bc82a Updating README with pointers to the official client repos 8 years ago
TODO bc9746df44 We did it, team 9 years ago
codecov.yml f8288667a7 Use proper regexp for 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 6fd127d9d6 Bump raven-js to 3.12.1 (#5048) 8 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg f429f4777e Configurable phantomjs path 8 years ago
setup.py 8086224bec Add `IMPORT` and `EXPORT` commands to similarity index. (#5049) 8 years ago
static fdbbdeefaa Initial ported Angular code 10 years ago
webpack.config.js 5755e66659 Fix source maps in local development (#4768) 8 years ago
yarn.lock 9db0e6a879 Upgrade to webpack 2.2.0 (final) (#4777) 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 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 `_
* `Python `_
* `Ruby `_
* `Node `_
* `PHP `_
* `Go `_
* `Java `_
* `Swift `_
* `Objective C `_
* `C# `_
* `Perl `_
* `Elixir `_

Resources
---------

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