-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(issues/replay): if fetchError, don't render replayId in highlights (
#76619) redo of #76316: instead of completely removing the replay ID from the event highlights, we now do an extra check to see if there was a `fetchError` with this replay ID (e.g. whether this ID is actually valid or not). if it's not valid, then don't render the replay ID to avoid linking to an invalid replay. the link will take you to a page like this: <img width="1126" alt="SCR-20240827-kqxv" src="https://github.com/user-attachments/assets/d5dc991f-e649-4ada-8a64-64db8fc94a50"> before: issue details replay processing error (blue banner shows up) but the event highlights still contains the replay ID <img width="880" alt="SCR-20240827-krda" src="https://github.com/user-attachments/assets/c4a0cbd6-9143-4043-b3f2-0516704999dd"> <img width="897" alt="SCR-20240827-kqac" src="https://github.com/user-attachments/assets/cb802d18-9dbf-47ee-99ab-dcd4baf5e2e0"> after: replayId is shown as `--` and no link <img width="795" alt="SCR-20240827-kpwz" src="https://github.com/user-attachments/assets/709d0c64-9779-4e4b-8641-49d1cc3359cb">
- Loading branch information
1 parent
0d3a753
commit 2304d9b
Showing
3 changed files
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters