Skip to content

fix(replay): Remove duplicate nav events from the Replay>Breadcrumbs list #69057

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

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

ryan953
Copy link
Member

@ryan953 ryan953 commented Apr 16, 2024

Replay frames include SpanFrame and CrumbFrames, which each have the similar concept of 'navigation', but each with some different properties:
SCR-20240416-mtyp

The trouble is that these two things have the same or similar timestamps, so they render right next to each other, and mostly look the same (except that spans can have more unique titles...):

Before:
before

After:
after

This change de-duplicates these breadcrumb types, so in most cases you'll only see one "Navigation" row.

@ryan953 ryan953 requested a review from a team as a code owner April 16, 2024 22:04
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 16, 2024
Copy link
Member

@michellewzhang michellewzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@ryan953 ryan953 merged commit f76319b into master Apr 17, 2024
41 checks passed
@ryan953 ryan953 deleted the ryan953/replay-dupe-navs branch April 17, 2024 16:05
@github-actions github-actions bot locked and limited conversation to collaborators May 3, 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