getsentry / sentry-python

The official Python SDK for Sentry.io
https://sentry.io/for/python/
MIT License
1.93k stars 510 forks source link

Add support for FastAPI background tasks #3292

Open antonpirker opened 4 months ago

antonpirker commented 4 months ago

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.

antonpirker commented 4 months ago

Closing, because duplicate of https://github.com/getsentry/sentry-python/issues/1473