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 JS, you can set an error handler for a whole module, to catch all otherwise-uncaught errors. We could use this to serialize those errors (complete with traceback) into the logging system.
This would allow more complete logs and/or better code (no need to throw and log).
The text was updated successfully, but these errors were encountered:
In JS, you can set an error handler for a whole module, to catch all otherwise-uncaught errors. We could use this to serialize those errors (complete with traceback) into the logging system.
This would allow more complete logs and/or better code (no need to throw and log).
The text was updated successfully, but these errors were encountered: