Skip to main content

Sentry middleware for quart

Project description

sentry-quart

The sentry middleware for quart

Sentry-asgi can't not collect the information like Flask

How to install

pip install sentry-quart

How to use

from quart import Quart
from sentry_quart import QuartMiddleware

app = Quart(__name__)
host = "https://xxxx.com/v1"
app.asgi_app = QuartMiddleware(app, host)._run_asgi3
sentry_sdk.init(traces_sample_rate=1)

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

sentry-quart-0.1.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

sentry_quart-0.1.0-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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