Open antonpirker opened 4 months ago
Newer FastAPI versions have brackground tasks. Currently we do not auto instrument them.
Wrap execution of FastAPI background Tasks in spans.
Closing, because duplicate of https://github.com/getsentry/sentry-python/issues/1473
Problem Statement
Newer FastAPI versions have brackground tasks. Currently we do not auto instrument them.
Solution Brainstorm
Wrap execution of FastAPI background Tasks in spans.