# sentry-top **Repository Path**: mirrors_getsentry/sentry-top ## Basic Information - **Project Name**: sentry-top - **Description**: An extension for Sentry which allows you to track the most active projects ala ``top`` - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sentry-top ========== An extension for Sentry which allows you to track the most active projects ala ``top`` Install ------- Install the package via ``pip``:: pip install sentry-top Configuration ------------- Configure ``SENTRY_TOP`` in your ``sentry.conf.py``: :: SENTRY_TOP = { 'redis': { 'hosts': { # for more information on configuring hosts, see the documentation for the # Nydus python package 0: { 'host': 'localhost', 'port': 6379 } } }, 'total_minutes': 15, } Usage ----- :: sentry top