0 purchases
aioworkerssentry 0.6
aioworkers plugin to work with Sentry. Creates Sentry client and handler according configuration
and setup logging.
Usage
Install plugin:
pip install aioworkers-sentry
Add to your config:
sentry:
dsn: <your sentry dsn>
release: 1.0.0
environment: DEV
integrations:
- sentry_sdk.integrations.aiohttp.AioHttpIntegration
Development
Check code:
hatch run lint:all
Format code:
hatch run lint:fmt
Run tests:
hatch run pytest
Run tests with coverage:
hatch run cov
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.