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

Experiment: Issues tab to show Backend & Frontend errors in a replay session #37368

Closed
billyvg opened this issue Aug 2, 2022 · 3 comments
Closed

Comments

@billyvg
Copy link
Member

billyvg commented Aug 2, 2022

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.

@ryan953
Copy link
Member

ryan953 commented Sep 6, 2022

cc @jas-kas

@ryan953
Copy link
Member

ryan953 commented Sep 9, 2022

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.
I think that's the task in this ticket right now.

@ryan953 ryan953 assigned jas-kas and ryan953 and unassigned ryan953 Sep 13, 2022
@ryan953 ryan953 changed the title Experiment: Issues tab to show *all* errors in a replay session Experiment: Issues tab to show Backend & Frontend errors in a replay session Sep 15, 2022
@ryan953
Copy link
Member

ryan953 commented Mar 15, 2023

This is an epic now, spec'd out: #45529

closing because this ticket is a duplicate of that.

@ryan953 ryan953 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants