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
When using the tracing tool, queries can return an error. Right now, it's either returned in a JavaScript alerts or not returned at all and we frequently have to open the developer tools of our browser to reach for the failed HTTP request body and actually look at the error that was returned.
We should surface the error in a better way than JavaScript alerts and make sure they are displayed every time, whether it's a ClickHouse error message or an HTTP failure due to a timeout.
The text was updated successfully, but these errors were encountered:
When using the tracing tool, queries can return an error. Right now, it's either returned in a JavaScript alerts or not returned at all and we frequently have to open the developer tools of our browser to reach for the failed HTTP request body and actually look at the error that was returned.
We should surface the error in a better way than JavaScript alerts and make sure they are displayed every time, whether it's a ClickHouse error message or an HTTP failure due to a timeout.
The text was updated successfully, but these errors were encountered: