Problem Statement
Right now the users have to set the integrations by themselves. Better would be auto enabling it like Django.
Solution Brainstorm
Detect starlette and fastfapi python modules and if present enable the integrations. See other integration how they do it.
Also update the guide in documentation, the wizard and the static "for" pages to reflect this.
TODO
Problem Statement
Right now the users have to set the integrations by themselves. Better would be auto enabling it like Django.
Solution Brainstorm
Detect starlette and fastfapi python modules and if present enable the integrations. See other integration how they do it.
Also update the guide in documentation, the wizard and the static "for" pages to reflect this.
TODO
https://docs.sentry.io/platforms/python/guides/starlette/
https://docs.sentry.io/platforms/python/guides/fastapi/
https://github.com/getsentry/sentry-docs/blob/master/src/wizard/python/starlette.md
https://github.com/getsentry/sentry-docs/blob/master/src/wizard/python/fastapi.md
https://github.com/getsentry/static-sites/blob/master/packages/www/src/pages/for/starlette.js
https://github.com/getsentry/static-sites/blob/master/packages/www/src/pages/for/fastapi.js