From a07cf913582543ef46033b895df2afd08f0a9085 Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Mon, 19 Feb 2024 10:46:29 +0100 Subject: [PATCH] Remove deprecation warning --- sentry_sdk/api.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sentry_sdk/api.py b/sentry_sdk/api.py index 4029afbfca..7bddda52b2 100644 --- a/sentry_sdk/api.py +++ b/sentry_sdk/api.py @@ -171,9 +171,6 @@ def configure_scope( # noqa: F811 ): # type: (...) -> Optional[ContextManager[Scope]] """ - .. deprecated:: 2.0.0 - This function is deprecated and will be removed in a future release. - Reconfigures the scope. :param callback: If provided, call the callback with the current scope. @@ -216,9 +213,6 @@ def push_scope( # noqa: F811 ): # type: (...) -> Optional[ContextManager[Scope]] """ - .. deprecated:: 2.0.0 - This function is deprecated and will be removed in a future release. - Pushes a new layer on the scope stack. :param callback: If provided, this method pushes a scope, calls