jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

Log traceback of errors caught by error boundary in the browser console

Open JasonWeill opened this issue 3 years ago • 0 comments

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.

Additional context

JasonWeill avatar Nov 11 '22 21:11 JasonWeill