-
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
build_docs.py
calls deprecated sentry_sdk.configure_scope()
:
docsbuild-scripts/build_docs.py
Lines 1127 to 1129 in 2135304
with sentry_sdk.configure_scope() as scope: | |
scope.set_tag("version", version.name) | |
scope.set_tag("language", language.tag) |
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
Metadata
Metadata
Assignees
Labels
No labels