Skip to content

Commit c3480fb

Browse files
committed
remove old set global attrs
1 parent b4be7aa commit c3480fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/scope.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ def get_global_scope(cls) -> "Scope":
363363
global _global_scope
364364
if _global_scope is None:
365365
_global_scope = Scope(ty=ScopeType.GLOBAL)
366-
_global_scope._set_global_attributes()
367366

368367
return _global_scope
369368

0 commit comments

Comments
 (0)