README.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Sentry
  2. ======
  3. .. image:: https://secure.travis-ci.org/dcramer/sentry.png?branch=master
  4. :target: http://travis-ci.org/dcramer/sentry
  5. Sentry is a realtime event logging and aggregation platform. It specializes
  6. in monitoring errors and extracting all the information needed to do a proper
  7. post-mortem without any of the hassle of the standard user feedback loop.
  8. Screenshots
  9. -----------
  10. .. image:: https://github.com/dcramer/sentry/raw/master/docs/images/group_list.png
  11. .. image:: https://github.com/dcramer/sentry/raw/master/docs/images/event.png
  12. Sentry is a Server
  13. ------------------
  14. The Sentry package, at its core, is just a simple server and web UI. It will
  15. handle authenticating clients (such as `Raven <https://github.com/dcramer/raven>`_)
  16. and all of the logic behind storage and aggregation.
  17. That said, Sentry is not limited to Python. The primary implementation is in
  18. Python, but it contains a full API for sending events from any language, in
  19. any application.
  20. Resources
  21. ---------
  22. * `Documentation <http://sentry.readthedocs.org/>`_
  23. * `Bug Tracker <http://github.com/dcramer/sentry/issues>`_
  24. * `Code <http://github.com/dcramer/sentry>`_
  25. * `Mailing List <https://groups.google.com/group/getsentry>`_
  26. * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)