We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f7953 commit f46373cCopy full SHA for f46373c
sentry_sdk/_compat.py
@@ -87,6 +87,6 @@ def check_thread_support():
87
"We detected the use of uwsgi with disabled threads. "
88
"This will cause issues with the transport you are "
89
"trying to use. Please enable threading for uwsgi. "
90
- '(Enable the "enable-threads" flag).'
+ '(Add the "enable-threads" flag).'
91
)
92
0 commit comments