-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(insights): open error in debug #21746
Conversation
Size Change: +657 B (0%) Total Size: 1.04 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated6 snapshot changes in total. 0 added, 6 modified, 0 deleted:
Triggered by this commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense for us, though I'm not sure if on avergae this'll be more useful for users than confusing. The debugger's SQL view may be informative for the more technical users though, so let's try it
📸 UI snapshots have been updated6 snapshot changes in total. 0 added, 6 modified, 0 deleted:
Triggered by this commit. |
Problem
Error messages are hard to debug.
Changes
Just one more thing to make debugging easier. I added it to a few errors, not all, and didn't change much else. Would love to merge it in and fill in missing pieces later.
I believe we can expose this to users. Hopefully they'll even include "debug links" in their support requests.
Out of scope
There are still some issues with errors. I remember recently looking for and finding error messages in HTTP requests and not in the interface. Some errors themselves could use design cleanup. All of this needs a deeper dive.
How did you test this code?
Was investigating support cases, and couldn't get the query behind the error easily.