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
In the olden days of raven-js, we had to actually _throw_ an error in order to guarantee it'd have a stack. Since that's no longer the case in modern browsers, we can simply create the error, with no need for a `try-catch`.
0 commit comments