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

feat(issue-details): Show static replay when error is not within the replay #64827

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

malwilley
Copy link
Member

This covers an edge case when the error event is not within the bounds of the replay. I don't know how prevalent this is, but it has happened at least once (see here for an example).

My solution is to fall back to the static replay preview component. I extracted the success state from the existing one into a new component so it can be used in the new clip component as well.

@malwilley malwilley requested a review from a team February 7, 2024 22:59
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 7, 2024
@malwilley malwilley merged commit acb068a into master Feb 8, 2024
39 checks passed
@malwilley malwilley deleted the malwilley/feat/static-replay-viewer branch February 8, 2024 17:18
@github-actions github-actions bot locked and limited conversation to collaborators Feb 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants