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.3.0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

aiohttp_sentry-0.3.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.3.0.tar.gz.

File metadata

File hashes

Hashes for aiohttp-sentry-0.3.0.tar.gz
Algorithm Hash digest
SHA256 6580af0c604d70fb44ccba86b08ecc636a550566815691c1485af08d6bd287a5
MD5 deb0bb3ca4b876ba2bbf4ff661553a0a
BLAKE2b-256 eb269abdb0dfa3ef2f92db809922e484bbf308bb82d004ebb7f94b9c2fd94b4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiohttp_sentry-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 95a8dbff9da7c091c9345e2ccb602b456235ad7c110d9c55dd8e37fcab893403
MD5 d1d4ca24c15ea12cc2e82944a59fa398
BLAKE2b-256 dc1b57f0b4f22eb0c8929f5b392c129c28b62c10f21a96f05069a249b96e74b7

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