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
We have a hack to allow us to ignore certain known wrapper errors when titling an event, by overriding main_exception_id to point to the inner error rather than the outer one. Though these known wrapper errors in theory should always come wrapped around something, in practice we do occasionally see them show up on their own. This leads to a crash, because we're assuming a chain (an accompanying mechanism info) where there isn't one.