8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
build_docs.py calls deprecated sentry_sdk.configure_scope():
build_docs.py
sentry_sdk.configure_scope()
docsbuild-scripts/build_docs.py
Lines 1127 to 1129 in 2135304
The deprecation warning in the latest sentry-sdk 2024.7.4:
sentry_sdk.configure_scope is deprecated and will be removed in the next major version. Please consult our migration guide to learn how to migrate to the new API: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x#scope-configuring
The text was updated successfully, but these errors were encountered:
Fixed by #182 🚀
Sorry, something went wrong.
No branches or pull requests
build_docs.py
calls deprecatedsentry_sdk.configure_scope()
:docsbuild-scripts/build_docs.py
Lines 1127 to 1129 in 2135304
The deprecation warning in the latest sentry-sdk 2024.7.4:
The text was updated successfully, but these errors were encountered: