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

David Cramer d9ee9f2faf note about sys.argv hack 11 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
docs aaf3bc40ee Correct language in docs (fixes GH-922) 11 лет назад
hooks d9ee9f2faf note about sys.argv hack 11 лет назад
src 74ac17bc74 Add pre-commit hook 11 лет назад
tests 74ac17bc74 Add pre-commit hook 11 лет назад
.coveragerc 6daadd92b3 Better make coverage 12 лет назад
.gitignore 93171fa583 Ignore /wheelhouse 12 лет назад
.gitmodules 3404a2def9 Update bootstrap repository 11 лет назад
.jshintignore 981b16da2b Ignore bootstrap JS 11 лет назад
.jshintrc ee2b190e92 jshint support (make lint-js) 12 лет назад
.travis.yml 971866ff75 Add linting back into Travis 12 лет назад
AUTHORS e76ee8144f Move sentry repo 12 лет назад
CHANGES 7b4a18d3fd note removal of sentry.conf.settings 11 лет назад
LICENSE e769c9d637 sentry -> django-sentry 13 лет назад
MANIFEST.in c9468e6a0e Only include sentry static data in package 12 лет назад
Makefile 74ac17bc74 Add pre-commit hook 11 лет назад
README.rst 478af4c4ab Merge branch 'transifex_url' of git://github.com/davidszotten/sentry into davidszotten-transifex_url 11 лет назад
TODO 0a7bd8fd36 more TODO 13 лет назад
conftest.py 16f7189858 Push users and code exploration behind feature switches 12 лет назад
package.json 7b1cf33ab9 Restrict phantomjs reqs 11 лет назад
runtests.js 76cdc1b55f Correct get_status 12 лет назад
setup.cfg 74ac17bc74 Add pre-commit hook 11 лет назад
setup.py 74ac17bc74 Add pre-commit hook 11 лет назад
tox.ini 842455ad0f Add tox.ini 13 лет назад

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


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``.