-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some changes for fastapi bootstrapper #50
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Flags with carried forward coverage won't be shown. Click here to find out more.
|
What exactly works badly when you use FastApiIntegration? Should we use SentryAsgiMidleware for Litestar as well? |
It has some problems with Middlewares, raises errors. I'll post them tomorrow. It's only fastapi integration has problems, I think |
Perhaps, the issue should be placed at https://github.com/getsentry/sentry-python/issues? |
@vrslev it's not clear, what's happening. But here is the trace
|
https://docs.sentry.io/platforms/python/integrations/fastapi/
|
And more https://docs.sentry.io/platforms/python/integrations/fastapi/#options
|
Also https://docs.sentry.io/platforms/python/integrations/asgi/
|
So, I'll remove both middleware and explicit middleware adding |
Actually, I’ve recently encountered the exact same issue with Litestar 😅 |
What's changed