Skip to content

Commit

Permalink
Remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Feb 19, 2024
1 parent d5efe35 commit a07cf91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sentry_sdk/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a07cf91

Please sign in to comment.