Skip to content

Commit

Permalink
Merge branch 'master' into cmanallen/flags-open-feature-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker authored Nov 4, 2024
2 parents 2ee0729 + d06a189 commit 200917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def current(cls):
rv = _local.get(None)
if rv is None:
with _suppress_hub_deprecation_warning():
# This will raise a deprecation warning; supress it since we already warned above.
# This will raise a deprecation warning; suppress it since we already warned above.
rv = Hub(GLOBAL_HUB)
_local.set(rv)
return rv
Expand Down

0 comments on commit 200917f

Please sign in to comment.