README.rst 873 B

12345678910111213141516171819202122232425
  1. Sentry
  2. ======
  3. Sentry is a realtime event logging and aggregation platform. At it's core it
  4. specializes in monitoring errors and extracting all the information needed
  5. to do a proper post-mortum without any of the hassle of the standard user
  6. feedback loop.
  7. Sentry is a Server
  8. ------------------
  9. The Sentry package at its core is just a simply server and web UI. It will
  10. handle authentication clients (such as `Raven <https://github.com/dcramer/raven>`_)
  11. and all of the logic behind storage and aggregation.
  12. The said, Sentry is not limited to Python. The primary implementation is in
  13. Python, but it contains a full API for sending events from any language, in
  14. any application.
  15. Links
  16. -----
  17. * `Documentation <http://readthedocs.org/docs/sentry/en/latest/index.html>`_
  18. * `Bug Tracker <http://github.com/dcramer/sentry/issues>`_
  19. * `Code <http://github.com/dcramer/sentry>`_