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
fix: bugsnag errors in git workflows due to race conditions
The catch block was attached after a delay in some cases and errors before attaching the
catch block in progress dialog used to get treated as uncaught exceptions and get logged in bugsnag
fixed by modifying the timing chain and have a catch handler attached to promise at first itself.
0 commit comments