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
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.
The text was updated successfully, but these errors were encountered:
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 totable
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.The text was updated successfully, but these errors were encountered: