-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Experiment: Issues tab to show Backend & Frontend errors in a replay session #37368
Comments
cc @jas-kas |
We're going to have to do some work to put the table filters (console, dom, network, etc) into the url, so that we can deep link into the details page and have only errors shown in the console tab. |
This is an epic now, spec'd out: #45529 closing because this ticket is a duplicate of that. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem: We don't have backend errors associated with replays.
Idea: Can we hack around that issue by making N+1 queries on the front-end?
The task is to query for all errors that've happened within a replay
Currently we can query for all errors, and find that have
event.replayId
set. But in practice these are only front-end error.We could find errors if we query for the list of traces within a replay first, but this could be slow.
This wouldn't work if the org doesn't have tracing enabled.
The text was updated successfully, but these errors were encountered: