Skip to main content

An aiohttp middleware for reporting errors to Sentry

Project description

CI Status

An aiohttp middleware for reporting errors to Sentry. Python 3.5+ is required.

Usage

from aiohttp import web
from aiohttp_sentry import SentryMiddleware
app = web.Application(
    middlewares=(
        SentryMiddleware({
            'environment': 'foo',
            'release': 'bar',
        }),
        # ...
    ),
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiohttp-sentry-0.2.0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

aiohttp_sentry-0.2.0-py2.py3-none-any.whl (3.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file aiohttp-sentry-0.2.0.tar.gz.

File metadata

File hashes

Hashes for aiohttp-sentry-0.2.0.tar.gz
Algorithm Hash digest
SHA256 59bc1ed3c00bc52af9c7ca02efe05e70789fe2ed6ca7d7e8571b76579c0ae224
MD5 063bd50ef46ca11647306ea48c2a4bf2
BLAKE2b-256 f3710d96957db39df959b8b04651fd007ca8267fce318cd5d03de5340a632de5

See more details on using hashes here.

File details

Details for the file aiohttp_sentry-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for aiohttp_sentry-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 424770446de588d459891c9ce10e83feabdc7ae6c105227fab38bee00eaf8556
MD5 294a7b2327628cfb706da8297b1d6129
BLAKE2b-256 1bfb3908c45b0b763867824f995639622353b62cad8ab44bd90e78a1c6dd7b4a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page