index.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Sentry
  2. ======
  3. Sentry is a realtime event logging and aggregation platform. At its core it
  4. specializes in monitoring errors and extracting all the information needed
  5. to do a proper post-mortem without any of the hassle of the standard user
  6. feedback loop.
  7. It's important to note that Sentry should not be thought of as a log stream,
  8. but as an event aggregator. It fits somewhere in-between a simple metrics
  9. solution (such as `Graphite <http://graphite.wikidot.com/>`_) and a full-on
  10. log stream aggregator (like `Logstash <http://logstash.net/>`_).
  11. Users Guide
  12. -----------
  13. .. toctree::
  14. :maxdepth: 2
  15. quickstart/index
  16. quickstart/nginx
  17. upgrading/index
  18. config/index
  19. queue/index
  20. buffer/index
  21. nodestore/index
  22. udp_server/index
  23. throttling/index
  24. performance/index
  25. cli/index
  26. client/index
  27. plugins/index
  28. faq/index
  29. Developers
  30. ----------
  31. .. toctree::
  32. :maxdepth: 2
  33. contributing/index
  34. developer/client/index
  35. developer/plugins/index
  36. developer/interfaces/index
  37. Reference
  38. ---------
  39. .. toctree::
  40. :maxdepth: 1
  41. changelog/index
  42. license/index
  43. Resources
  44. ---------
  45. * `Transifex <https://www.transifex.com/projects/p/sentry/>`_ (Translate Sentry!)
  46. * `Bug Tracker <http://github.com/getsentry/sentry/issues>`_
  47. * `Code <http://github.com/getsentry/sentry>`_
  48. * `Mailing List <https://groups.google.com/group/getsentry>`_
  49. * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
  50. Screenshots
  51. -----------
  52. Aggregated Events
  53. `````````````````
  54. .. image:: images/group_list.png
  55. :alt: aggregated events
  56. Event Details
  57. `````````````
  58. .. image:: images/event.png
  59. :alt: event details
  60. Deprecation Notes
  61. -----------------
  62. Milestones releases are 1.3 or 1.4, and our deprecation policy is to a two version step. For example,
  63. a feature will be deprecated in 1.3, and completely removed in 1.4.