README.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. Sentry
  2. ======
  3. Sentry is a modern error logging and aggregation platform.
  4. Sentry is a Server
  5. ------------------
  6. The Sentry package fundamentally is just a simple server and web UI. It will
  7. handle authenticating clients (such as `Raven <https://github.com/getsentry/raven-python>`_)
  8. and all of the logic behind storage and aggregation.
  9. That said, Sentry is not limited to Python. The primary implementation is in
  10. Python, but it contains a full API for sending events from any language, in
  11. any application.
  12. Resources
  13. ---------
  14. * `Documentation <http://sentry.readthedocs.org/>`_
  15. * `Bug Tracker <http://github.com/getsentry/sentry/issues>`_
  16. * `Code <http://github.com/getsentry/sentry>`_
  17. * `Mailing List <https://groups.google.com/group/getsentry>`_
  18. * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
  19. * `Transifex <https://www.transifex.com/projects/p/sentry/>`_ (Translate Sentry!)
  20. The `in-development version <http://github.com/getsentry/sentry/tarball/master#egg=sentry-dev>`_
  21. of Sentry can be installed with ``pip install sentry==dev`` or ``easy_install sentry==dev``.
  22. Screenshots
  23. -----------
  24. These screenshots may be slightly outdated, but should give you a feel for what Sentry presents.
  25. .. image:: https://github.com/getsentry/sentry/raw/master/docs/images/group_list.png
  26. .. image:: https://github.com/getsentry/sentry/raw/master/docs/images/event.png
  27. .. image:: https://github.com/getsentry/sentry/raw/master/docs/images/dashboard.png