You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current FastAPI integration does not instrument FastAPI background tasks at the moment.
Suggested Solution
We should instrument a demo FastAPI project manually so the background tasks are seen in Sentry Crons. Then add to the FastAPI guide a section on how to instrument those background tasks manually.
Once this is implemented and released we need to update the docs again so say from which version of the SDK the background tasks are automatically instrumented.