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
Whether the error is thrown or not does not matter because stacktraces are generated when `new Error()` is called. In other words: the try-catch in `captureException()` and `captureMessage()` is unnecessary, and we can assign the new `Error` instance directly.
0 commit comments