index.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. Users Guide
  8. -----------
  9. .. toctree::
  10. :maxdepth: 2
  11. install/index
  12. config/index
  13. queue/index
  14. cli/index
  15. client/index
  16. interfaces/index
  17. plugins/index
  18. Reference
  19. ---------
  20. .. toctree::
  21. :maxdepth: 1
  22. contributing/index
  23. changelog/index
  24. license/index
  25. Resources
  26. ---------
  27. * `Bug Tracker <http://github.com/dcramer/sentry/issues>`_
  28. * `Code <http://github.com/dcramer/sentry>`_
  29. * `Mailing List <https://groups.google.com/group/getsentry>`_
  30. * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
  31. Screenshots
  32. -----------
  33. Aggregated Events
  34. `````````````````
  35. .. image:: images/group_list.png
  36. :alt: aggregated events
  37. Event Details
  38. `````````````
  39. .. image:: images/event.png
  40. :alt: event details
  41. Deprecation Notes
  42. -----------------
  43. Milestones releases are 1.3 or 1.4, and our deprecation policy is to a two version step. For example,
  44. a feature will be deprecated in 1.3, and completely removed in 1.4.