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've using std::terminate() when we need to crash in react-native-windows. @NikoAri pointed out in #3445 that std::terminate() does not generate Watson reports. We ought to fix this.