# sentry **Repository Path**: mirrors_meituan/sentry ## Basic Information - **Project Name**: sentry - **Description**: Sentry is a realtime, platform-agnostic error logging and aggregation platform - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sentry ====== .. image:: https://secure.travis-ci.org/getsentry/sentry.png?branch=master :target: http://travis-ci.org/getsentry/sentry .. image:: https://coveralls.io/repos/getsentry/sentry/badge.png?branch=master :target: https://coveralls.io/r/getsentry/sentry?branch=master .. image:: https://d2weczhvl823v0.cloudfront.net/getsentry/sentry/trend.png :target: https://bitdeli.com/free Sentry is a realtime event logging and aggregation platform. 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. Screenshots ----------- .. image:: https://github.com/getsentry/sentry/raw/master/docs/images/group_list.png .. image:: https://github.com/getsentry/sentry/raw/master/docs/images/event.png .. image:: https://github.com/getsentry/sentry/raw/master/docs/images/dashboard.png Sentry is a Server ------------------ The Sentry package, at its core, is just a simple server and web UI. It will handle authenticating clients (such as `Raven `_) and all of the logic behind storage and aggregation. That said, Sentry is not limited to Python. The primary implementation is in Python, but it contains a full API for sending events from any language, in any application. Resources --------- * `Documentation `_ * `Bug Tracker `_ * `Code `_ * `Mailing List `_ * `IRC `_ (irc.freenode.net, #sentry) * `Transifex `_ (Translate Sentry!) The `in-development version `_ of Sentry can be installed with ``pip install sentry==dev`` or ``easy_install sentry==dev``.