jupyter-scheduler
jupyter-scheduler copied to clipboard
Log traceback of errors caught by error boundary in the browser console
Problem
When an error is caught by the error boundary, we display the error message. We do not do anything with the stack trace, which may be more useful for diagnosing errors.
Proposed Solution
Log the stack trace in the browser's JavaScript console.