Improve internal error-handling to prevent progress spinners that spin forever.
The case I encountered was a malformed JSON payload in X-ChromeLogger-Data, where an object was passed to table instead of an array, and thus failed to iterate.
Add error-handling to prevent this - basically catch errors while rendering legacy ChromeLogger data, stop the spinner and display an error message.
Improve internal error-handling to prevent progress spinners that spin forever.
The case I encountered was a malformed JSON payload in
X-ChromeLogger-Data, where an object was passed totableinstead of an array, and thus failed to iterate.Add error-handling to prevent this - basically
catcherrors while rendering legacy ChromeLogger data, stop the spinner and display an error message.