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(mobile-ui): Render screen list table #70064

Merged
merged 6 commits into from
May 2, 2024

Conversation

narsaynorath
Copy link
Member

Queries spans metrics for the new frame metrics and displays them in a table.

In doing this I realized I'm missing transaction.op to filter for ui.load transactions, but that will be fixed with getsentry/relay#3512, so for now I've removed that filter and left a TODO to replace it.

I've also left TODOs to add a count column which we'll use to sort these screens by popularity. Since I haven't built out the screen detail page yet, the links don't route anywhere useful.

Screenshot 2024-05-01 at 1 37 38 PM

Making the default sort a function with release versions in it requires
too much processing if it's not going to stick around.
@narsaynorath narsaynorath requested a review from a team as a code owner May 1, 2024 17:41
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 1, 2024
Copy link

codecov bot commented May 1, 2024

Bundle Report

Changes will increase total bundle size by 70.97kB ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 26.57MB 70.97kB ⬆️

Copy link
Contributor

@edwardgou-sentry edwardgou-sentry left a comment

Choose a reason for hiding this comment

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

lgtm just 1 comment

@narsaynorath narsaynorath merged commit e195e15 into master May 2, 2024
41 checks passed
@narsaynorath narsaynorath deleted the nar/feat/mobile-ui-render-screens-table branch May 2, 2024 14:34
@github-actions github-actions bot locked and limited conversation to collaborators May 18, 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