airbrake / pybrake

Python exception notifier for Airbrake
https://airbrake.io
Other
37 stars 17 forks source link

[ADD] pybrake new framework support: Starlette #235

Closed smurf-U closed 2 years ago

smurf-U commented 2 years ago

Because Starlette is an ASGI, we must use uvicron to run the app. Use below command,

uvicorn main:app