Skip to content

Commit 8c6f07a

Browse files
author
Osmar Coronel
committed
bababuah
1 parent 7ed9f7d commit 8c6f07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/beam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ def raiseException(client):
141141
hub = Hub.current
142142
if hub.client is None:
143143
hub.bind_client(client)
144+
setup_file(hub)
144145
exc_info = sys.exc_info()
145146
with capture_internal_exceptions():
146-
setup_file(hub)
147147
_capture_exception(exc_info, hub)
148148
reraise(*exc_info)
149149

0 commit comments

Comments
 (0)