-
Notifications
You must be signed in to change notification settings - Fork 126
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: Add dashboard state to error telemetry to better debug errors #5358
Conversation
]); | ||
} | ||
|
||
private getDashboardState() { | ||
// TODO: we need to also save other params that get added after |
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.
What about just storing the whole URL? The main goal is to make it easier to reproduce bugs, so it'd be great if we can just copy/paste the URL into our browser.
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.
Ya i thought we save org & project. I guess not, so it makes sense to do this
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.
Good from the frontend POV. @esevastyanov, can you please augment the data pipeline with this new pageURL
field?
merging it, Lets create a separate ticket for the pipeline work. |
Created a ticket |
closes https://github.com/rilldata/rill-private-issues/issues/511