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
fix(node): save string exception as message of synthetic (#2837)
Closes#2830
Throwing a string in node causes the exception to appear as 'Sentry syntheticException'
in Sentry UI. This saves the string as a message of the syntheticException
so that the correct message is reported.
0 commit comments