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

David Cramer a9840f09b3 Various test cleanup and organization 11 years ago
.tx ea4904d1da Explicit source file 12 years ago
docs bc4cc6c828 Remove unused project attribute 11 years ago
hooks a27c855d54 Only attempt to modify system path when VIRTUAL_ENV is set 11 years ago
script 8b518bf963 Switch to using nameservers closer to build servers 11 years ago
src a9840f09b3 Various test cleanup and organization 11 years ago
tests a9840f09b3 Various test cleanup and organization 11 years ago
.coveragerc 6daadd92b3 Better make coverage 12 years ago
.gitignore 93171fa583 Ignore /wheelhouse 12 years ago
.gitmodules 3404a2def9 Update bootstrap repository 11 years ago
.jshintignore 981b16da2b Ignore bootstrap JS 11 years ago
.jshintrc ee2b190e92 jshint support (make lint-js) 12 years ago
.travis.yml f0fedd71ea remove coveralls 11 years ago
AUTHORS e76ee8144f Move sentry repo 12 years ago
CHANGES 80f83fae14 Add note about django.contrib.auth to 6.4 11 years ago
LICENSE 09e51cd304 2014 11 years ago
MANIFEST.in 80a389ee2c Be explicit about directories as sdist is skipping some files 11 years ago
Makefile 4febbba4b5 Stop using use-mirrors with pip 11 years ago
README.rst 3d9792641e Add bitdeli badge 11 years ago
TODO 0a7bd8fd36 more TODO 13 years ago
conftest.py 2589a688dd Adding smtp service 11 years ago
package.json 7b1cf33ab9 Restrict phantomjs reqs 11 years ago
runtests.js 76cdc1b55f Correct get_status 12 years ago
setup.cfg 79c2719a26 Remove failfast 11 years ago
setup.py 8268871538 Merge branch 'master' into drf-api 11 years ago
tox.ini 842455ad0f Add tox.ini 13 years ago

README.rst

Sentry
======

.. image:: https://secure.travis-ci.org/getsentry/sentry.png?branch=master
:target: http://travis-ci.org/getsentry/sentry

.. image:: https://coveralls.io/repos/getsentry/sentry/badge.png?branch=master
:target: https://coveralls.io/r/getsentry/sentry?branch=master

.. image:: https://d2weczhvl823v0.cloudfront.net/getsentry/sentry/trend.png
:target: https://bitdeli.com/free


Sentry is a realtime event logging and aggregation platform. It specializes
in monitoring errors and extracting all the information needed to do a proper
post-mortem without any of the hassle of the standard user feedback loop.

Screenshots
-----------

.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/group_list.png

.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/event.png

.. image:: https://github.com/getsentry/sentry/raw/master/docs/images/dashboard.png

Sentry is a Server
------------------

The Sentry package, at its core, 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
---------

* `Documentation `_
* `Bug Tracker `_
* `Code `_
* `Mailing List `_
* `IRC `_ (irc.freenode.net, #sentry)
* `Transifex `_ (Translate Sentry!)

The `in-development version `_
of Sentry can be installed with ``pip install sentry==dev`` or ``easy_install sentry==dev``.