README.rst 983 B

12345678910111213141516171819202122232425262728
  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 <https://docs.getsentry.com/>`_
  15. * `Bug Tracker <http://github.com/getsentry/sentry/issues>`_
  16. * `Code <http://github.com/getsentry/sentry>`_
  17. * `Ask on Stack Overflow <http://stackoverflow.com/questions/ask?tags=sentry>`_
  18. * `Mailing List <https://groups.google.com/group/getsentry>`_
  19. * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
  20. * `Transifex <https://www.transifex.com/projects/p/sentry/>`_ (Translate Sentry!)