Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 1.8 KB

File metadata and controls

82 lines (63 loc) · 1.8 KB

Sentry

Sentry is a realtime event logging and aggregation platform. At its core it specializes in monitoring errors and extracting all the information needed to do a proper post-mortem without any of the hassle of the standard user feedback loop.

It's important to note that Sentry should not be thought of as a log stream, but as an event aggregator. It fits somewhere in-between a simple metrics solution (such as Graphite) and a full-on log stream aggregator (like Logstash).

Users Guide

.. toctree::
   :maxdepth: 2

   quickstart/index
   quickstart/nginx
   upgrading/index
   config/index
   queue/index
   buffer/index
   nodestore/index
   throttling/index
   tsdb/index
   performance/index
   cli/index
   client/index
   plugins/index
   faq/index

Developers

.. toctree::
   :maxdepth: 2

   contributing/index
   developer/client/index
   developer/plugins/index
   developer/interfaces/index

Reference

.. toctree::
   :maxdepth: 1

   changelog/index
   license/index

Resources

Screenshots

Aggregated Events

aggregated events

Event Details

event details

Deprecation Notes

Milestones releases are 1.3 or 1.4, and our deprecation policy is to a two version step. For example, a feature will be deprecated in 1.3, and completely removed in 1.4.