We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0392f commit 19c4069Copy full SHA for 19c4069
tests/test_sessions.py
@@ -53,7 +53,6 @@ def test_aggregates(sentry_init, capture_envelopes):
53
with auto_session_tracking(session_mode="request"):
54
with sentry_sdk.new_scope() as scope:
55
try:
56
- scope = sentry_sdk.get_current_scope()
57
scope.set_user({"id": "42"})
58
raise Exception("all is wrong")
59
except Exception:
0 commit comments