Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface backend errors during inspection in the frontend UI #22546

Merged
merged 2 commits into from
Oct 13, 2021

Commits on Oct 12, 2021

  1. Surface backend errors during inspection in the frontend UI

    Previously, if a component were to throw an error while being inspected, the backend would not return a response, causing the frontend to eventually timeout.
    
    The fix for this is to catch the error and return it as a new error type response. This allows the frontend to show a more actionable message to the user.
    Brian Vaughn committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2f94443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b3358 View commit details
    Browse the repository at this point in the history