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
Folks wanting to use stacktrace.js with window.onerror may want an API such as window.onerror = Stacktrace.onerror(callback); that calls the callback function with stack frames.
Expected Behavior
Folks wanting to use stacktrace.js with
window.onerror
may want an API such aswindow.onerror = Stacktrace.onerror(callback);
that calls the callback function with stack frames.Current Behavior
No such API exists
Context
Requested in stacktracejs/stackframe#20
The text was updated successfully, but these errors were encountered: