Skip to content

Commit f46373c

Browse files
authored
Clarify console warning (getsentry#684)
1 parent b8f7953 commit f46373c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ def check_thread_support():
8787
"We detected the use of uwsgi with disabled threads. "
8888
"This will cause issues with the transport you are "
8989
"trying to use. Please enable threading for uwsgi. "
90-
'(Enable the "enable-threads" flag).'
90+
'(Add the "enable-threads" flag).'
9191
)
9292
)

0 commit comments

Comments
 (0)