diff --git a/includes/python-uwsgi-warning.mdx b/includes/python-uwsgi-warning.mdx index 3325b5ca43722..e93c8a8051f11 100644 --- a/includes/python-uwsgi-warning.mdx +++ b/includes/python-uwsgi-warning.mdx @@ -4,4 +4,6 @@ If you're using uWSGI, note that it doesn't support threads by default. This mig To enable threading support in uWSGI, make sure you have both `--enable-threads` and `--py-call-uwsgi-fork-hooks` on. +Note that automatic tracing on file-like responses when `offloading` is configured is disabled (see [here](https://github.com/getsentry/sentry-python/pull/5556) for why). If you wish to enable tracing on these types of responses, you will need to manually instrument them. +