Skip to content

Commit 890640f

Browse files
committed
commented wrong lines
1 parent 4c2f7d9 commit 890640f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sentry_sdk/integrations/threading.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ def sentry_start(self, *a, **kw):
5757
return old_start(self, *a, **kw)
5858

5959
if integration.propagate_scope:
60-
# isolation_scope = sentry_sdk.get_isolation_scope()
61-
# current_scope = sentry_sdk.get_current_scope()
62-
isolation_scope = sentry_sdk.get_isolation_scope().fork()
63-
current_scope = sentry_sdk.get_current_scope().fork()
60+
isolation_scope = sentry_sdk.get_isolation_scope()
61+
current_scope = sentry_sdk.get_current_scope()
62+
# isolation_scope = sentry_sdk.get_isolation_scope().fork()
63+
# current_scope = sentry_sdk.get_current_scope().fork()
6464
else:
6565
isolation_scope = None
6666
current_scope = None

0 commit comments

Comments
 (0)