Skip to content

Commit 678c8ae

Browse files
authored
Update python-uwsgi-warning.mdx
Related to changes that needed to be made here: getsentry/sentry-python#5556
1 parent fdc5976 commit 678c8ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

includes/python-uwsgi-warning.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ If you're using uWSGI, note that it doesn't support threads by default. This mig
44

55
To enable threading support in uWSGI, make sure you have both `--enable-threads` and `--py-call-uwsgi-fork-hooks` on.
66

7+
Note that automatic tracing on file-like responses when `offloading` is enabled is disabled. If you wish to enable tracing on these types of responses, you will need to manually instrument them.
8+
79
</Alert>

0 commit comments

Comments
 (0)