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
Would it be prudent to add defensive code checking here to make sure ErrorStackParser is not null when this function is being called? In my production, it's possible to invoke fromError when ErrorStackParser is not defined, which causes unhandled JS errors.
The text was updated successfully, but these errors were encountered:
stacktrace.js/stacktrace.js
Line 106 in c12fccd
Would it be prudent to add defensive code checking here to make sure
ErrorStackParser
is not null when this function is being called? In my production, it's possible to invokefromError
whenErrorStackParser
is not defined, which causes unhandled JS errors.The text was updated successfully, but these errors were encountered: