Skip to content

Commit 3112892

Browse files
always run original function
1 parent 6894efc commit 3112892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/integrations/threading.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ def wrapped_fn(*args, **kwargs):
164164
with use_scope(current_scope):
165165
return fn(*args, **kwargs)
166166

167+
return fn(*args, **kwargs)
168+
167169
return func(self, wrapped_fn, *args, **kwargs)
168170

169171
return sentry_submit

0 commit comments

Comments
 (0)