You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After handling an exception and sending it to sentry.io, sentry handler crashes with:
UnboundLocalError: local variable 'timeout_thread' referenced before assignment
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/sentry_sdk/integrations/aws_lambda.py", line 160, in sentry_handler
if timeout_thread:
Sentry event does appear on sentry.io, so it was successfully sent before this error. However this error acts as a lambda request failure as far as the ric and rie are concerned.