Skip to content

Commit

Permalink
Merge branch 'new-scopes-call-api' of github.com:getsentry/sentry-pyt…
Browse files Browse the repository at this point in the history
…hon into new-scopes-call-api
  • Loading branch information
antonpirker committed Feb 19, 2024
2 parents 6df29bc + 8be874b commit e556a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def test_with_isolation_scope_data(clean_scopes):
"""
When doing `with isolation_scope()` the isolation *and* the current scope are forked,
to prevent that by setting tags on the current scope in the context manager, data
bleads to the outer current scope.
bleeds to the outer current scope.
"""
isolation_scope_before = Scope.get_isolation_scope()
current_scope_before = Scope.get_current_scope()
Expand Down

0 comments on commit e556a17

Please sign in to comment.