Metadata-Version: 1.1
Name: aioworkers-sentry
Version: 0.3a2
Summary: aioworkers plugin for Sentry
Home-page: https://github.com/aioworkers/aioworkers-sentry
Author: Alexander Bogushov
Author-email: abogushov@gmail.com
License: Apache Software License 2.0
Description: aioworkers-sentry
        =================
        
        .. image:: https://travis-ci.org/aioworkers/aioworkers-sentry.svg?branch=master
          :target: https://travis-ci.org/aioworkers/aioworkers-sentry
        
        .. image:: https://img.shields.io/pypi/v/aioworkers-sentry.svg
          :target: https://pypi.python.org/pypi/aioworkers-sentry
        
        
        aioworkers plugin to work with Sentry. Creates Sentry client and handler according configuration
        and setup logging.
        
        Usage
        -----
        
        Install plugin:
        
        .. code-block:: shell
        
            pip install aioworkers-sentry
        
        
        Add to your config:
        
        .. code-block:: yaml
        
            sentry:
                dsn: <your sentry dsn>
                release: 1.0.0
                environment: DEV
                integrations:
                  - sentry_sdk.integrations.aiohttp.AioHttpIntegration
        
        
        Development
        -----------
        
        Install dev requirements:
        
        
        .. code-block:: shell
        
            pipenv install --dev --skip-lock
        
        
        Run tests:
        
        .. code-block:: shell
        
            pipenv run pytest
        
Keywords: aioworkers sentry
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
