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
try{thisFunDoesNotExist();}catch(error){Sentry.captureException(error);throwerror;// assume this is not catch anywhere else until global error handler}
The example above shows code snippet which causes the session not being marked as crashed.
But the error reached the global handler and the session should be marked as crashed.
The text was updated successfully, but these errors were encountered:
The example above shows code snippet which causes the session not being marked as crashed.
But the error reached the global handler and the session should be marked as crashed.
The text was updated successfully, but these errors were encountered: