Python JavaScript HTML CSS Lua Makefile
Switch branches/tags
Permalink
Failed to load latest commit information.
.tx Explicit source file Mar 23, 2013
.vscode Make vscode prettier plugin options match pre-commit hook (#5501) Jun 2, 2017
api-docs Replace remaining references to @getsentry.com with @sentry.io (#4550) Nov 17, 2016
bin releases: improve ui perf Jun 8, 2017
config Bail in pre-commit hook if package.json w/o yarn.lock changes (#5296) Apr 28, 2017
docs config: add SENTRY_ENVIRONMENT to adjust defaults Jun 8, 2017
examples Add basic OAuth2 provider (#4164) Mar 20, 2017
scripts Fixes to Dockerfile.dev Jun 19, 2016
src make sure we use saved authors in materialized author list (#5575) Jun 15, 2017
tests make sure we use saved authors in materialized author list (#5575) Jun 15, 2017
.babelrc [quotas] add rate limits to project keys (#5405) May 19, 2017
.coveragerc Move south migrations to compatibility path May 10, 2016
.dockerignore Add a Dockerfile for local dev environment Feb 19, 2016
.eslintignore Improve unicode handling in JS sources Aug 8, 2016
.eslintrc Avoid conflict between eslint and prettier (#5287) Apr 24, 2017
.gitattributes Fix CHANGES gitattribute Oct 31, 2016
.gitignore Adding 'discover' command to 'config' (#4974) Feb 24, 2017
.gitmodules Imported new docs for federation Jul 21, 2015
.isort.cfg Ensure imports are sorted alphabetically Feb 1, 2016
.mailmap Add .mailmap to fix my commits Nov 30, 2015
.travis.yml Initial support for running newer versions of Django (#4868) Mar 27, 2017
AUTHORS Add newline to AUTHORS file Nov 30, 2015
CHANGES remove remaining release project indices (#5439) Jun 14, 2017
CONTRIBUTING.md Fix link to contributing docs Oct 18, 2016
Dangerfile add migration checklist to danger (#5427) May 22, 2017
Dockerfile.dev Fix Dockerfile.dev to use wildcard hotfix version of postgres (#4425) Oct 25, 2016
Gemfile danger: bump danger to ~>4.0.1 to fix html rendering (#4587) Nov 22, 2016
ISSUE_TEMPLATE.md Basic issue template to cut down on support-style tickets Nov 27, 2016
LICENSE twenty-seventeen Jan 2, 2017
MANIFEST.in Abstract setuptools asset compiling (#4091) Sep 8, 2016
Makefile [tests] disable south for local testing May 17, 2017
README.rst Official Sentry SDKs: Add React-Native Jun 3, 2017
TODO We did it, team Mar 24, 2016
codecov.yml ci: disable codecov comments Jun 15, 2017
conftest.py Maintain path (fixes pytest-xdist) Feb 3, 2015
doc-requirements.txt Imported new docs for federation Jul 21, 2015
package.json --browser-reload flag for devserver (#5513) Jun 5, 2017
runtests.js Correct get_status Dec 1, 2012
setup.cfg Initial support for running newer versions of Django (#4868) Mar 27, 2017
setup.py debugger: vendor debug_toolbar Jun 9, 2017
static Initial ported Angular code Jun 11, 2014
webpack.config.js js: expand vendored exports Jun 14, 2017
yarn.lock --browser-reload flag for devserver (#5513) Jun 5, 2017

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

Resources