We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--py-call-uwsgi-fork-hooks
The most recent versions of the sentry-sdk require --py-call-uwsgi-fork-hooks (and --enable-threads) to work properly. The --enable-threads should already be solved by 'UWSGI_ENABLE_THREADS': '1' but the --py-call-uwsgi-fork-hooks seems to be missing.
--enable-threads
'UWSGI_ENABLE_THREADS': '1'
As a current user of the support/3.2.x branch, I would like to also get this ported there (not just in to the current default branch).
support/3.2.x
The text was updated successfully, but these errors were encountered:
@PeterW-LWL would you be able to open an MR to add the support? I'd be happy to review/merge and release it :)
Sorry, something went wrong.
No branches or pull requests
The most recent versions of the sentry-sdk require
--py-call-uwsgi-fork-hooks
(and--enable-threads
) to work properly.The
--enable-threads
should already be solved by'UWSGI_ENABLE_THREADS': '1'
but the--py-call-uwsgi-fork-hooks
seems to be missing.As a current user of the
support/3.2.x
branch, I would like to also get this ported there (not just in to the current default branch).The text was updated successfully, but these errors were encountered: