Replay 'Errors' list doesn't display Performance Issue
In this Large Render Blocking Asset issue I see a replay.
But when opening that Replay, on the Errors tab, I don't see the issue.
Routing to @getsentry/product-owners-replays for triage ⏲️
@JoshFerge I found an example within sentry org: https://sentry.sentry.io/issues/4867367342/?project=11276&query=issue.category%3Aperformance&referrer=issue-stream&statsPeriod=24h&stream_index=0
There's a replayId on the perf event 5da73f4cee7746819c9308e925dcf93b, but I think the /replay-counts/ endpoint isn't considering this type of issue.
There's other parts of the app that are not connected properly but should be. I believe all these unconnected spots are all relying on that same count endpoint.
| Area | Screen | |
|---|---|---|
| ✅ | Replay preview on issues page | |
| ❌ | Issue > Replay tab count | |
| ✅ | Issue > Replay tab content | |
| ❌ | Replay List > Error count | |
| ❌ | Replay Details > Error count | |
| ❌ | Replay Details > Error tab content |
This needs to be trace connected. There's nothing for the back-end to do here. The trace tab, for example, shows this information already. Either this tab needs to be removed or the data from the trace tab needs to be distilled here.
I would suggest supporting performance issues in our Replay Details > Errors tab as opposed to dropping the replay section inside Issue Details for performance issues.
This is fixed!