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

Bug 1877198: Query Browser: Improve error message when Prometheus API returns 403 #6561

Commits on Sep 9, 2020

  1. Query Browser: Improve error message when Prometheus API returns 403

    Add `PrometheusAPIError` type to improve type checking.
    
    Add `err.name !== 'AbortError'` check to avoid the possibility of trying
    to update state after the component has unmounted.
    kyoto committed Sep 9, 2020
    Copy the full SHA
    e3bbd24 View commit details
    Browse the repository at this point in the history