Metadata-Version: 1.1
Name: sentry
Version: 8.1.3
Summary: A realtime logging and aggregation server.
Home-page: https://getsentry.com
Author: Sentry
Author-email: hello@getsentry.com
License: BSD
Description: Sentry
        ======
        
        Sentry is a modern error logging and aggregation platform.
        
        
        Sentry is a Server
        ------------------
        
        The Sentry package fundamentally is just a simple server and web UI. It will
        handle authenticating clients (such as `Raven <https://github.com/getsentry/raven-python>`_)
        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 <https://docs.getsentry.com/>`_
        * `Bug Tracker <https://github.com/getsentry/sentry/issues>`_
        * `Code <https://github.com/getsentry/sentry>`_
        * `Ask on Stack Overflow <https://stackoverflow.com/questions/ask?tags=sentry>`_
        * `Mailing List <https://groups.google.com/group/getsentry>`_
        * `IRC <irc://irc.freenode.net/sentry>`_  (irc.freenode.net, #sentry)
        * `Transifex <https://www.transifex.com/getsentry/sentry/>`_ (Translate Sentry!)
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development
