Sentry is cross-platform crash reporting built with love
Python JavaScript HTML CSS Lua Makefile
Latest commit 173ff34 Jan 27, 2017 @benvinegar benvinegar committed on GitHub Fix typo in project releases api endpoint docs (#4840)
Permalink
Failed to load latest commit information.
.tx Explicit source file Mar 23, 2013
api-docs Replace remaining references to @getsentry.com with @sentry.io (#4550) Nov 17, 2016
bin Fix integrity error in load-mocks (#4793) Jan 20, 2017
config Stop notifying everybody about every commit by default. (#4544) Nov 17, 2016
docs docs: remove irrelevant WSGI application reference Jan 11, 2017
scripts Fixes to Dockerfile.dev Jun 19, 2016
src Fix typo in project releases api endpoint docs (#4840) Jan 27, 2017
tests Release stats (#4816) Jan 27, 2017
.babelrc Remove CommonJS module support, enable tree shaking (#4754) Jan 18, 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 Remove warnings from .eslintrc ... (#4243) Oct 6, 2016
.gitattributes Fix CHANGES gitattribute Oct 31, 2016
.gitignore danger: bump danger to ~>4.0.1 to fix html rendering (#4587) Nov 22, 2016
.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 Update yarn lockfile, use --pure-lockfile in Makefile (#4741) Jan 10, 2017
AUTHORS Add newline to AUTHORS file Nov 30, 2015
CHANGES Release stats (#4816) Jan 27, 2017
CONTRIBUTING.md Fix link to contributing docs Oct 18, 2016
Dangerfile [security] improve logging/notifications around account security acti… Jan 20, 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 Upgrade to webpack2 rc3 (#4731) Jan 12, 2017
README.rst Promote new discussion forum Aug 19, 2016
TODO We did it, team Mar 24, 2016
codecov.yml Use proper regexp for codecov Dec 20, 2016
conftest.py Maintain path (fixes pytest-xdist) Feb 3, 2015
doc-requirements.txt Imported new docs for federation Jul 21, 2015
package.json Upgrade to webpack 2.2.0 (final) (#4777) Jan 18, 2017
runtests.js Correct get_status Dec 1, 2012
setup.cfg Configurable phantomjs path Sep 7, 2016
setup.py setup: fixed version number Jan 11, 2017
static Initial ported Angular code Jun 11, 2014
webpack.config.js Fix source maps in local development (#4768) Jan 14, 2017
yarn.lock Upgrade to webpack 2.2.0 (final) (#4777) Jan 18, 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 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