-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[CHARTS] Update Frontend Session Health Tab Layout #88237
Comments
I am interested in working on this. Please assign it to me |
Hi @vgudur297! Thank you for your interest :) this ticket is part of an ongoing project being taken care of by the Session Replay team at Sentry, and the scope is bigger (involves making a new component and has a lot of dependencies). It might not be the best ticket to hand off at the current moment. However, we are always welcoming open source contributions at Sentry -- if you're interested in helping contribute to other easier tasks, please check this link or check all our open issues for other areas where you may be able to contribute! Have a nice day! |
…lth (#88502) - Closes #88156 - Closes #88239 - Closes #88237 - Closes #88148 This PR implements a dropdown to replace the standard title within each chart on the Session Health page. Using the dropdown users can pick which charts appear in which spots inside the page. Each page (Frontend, Mobile) has 5 slots (i removed some extra ones) where charts can go, therefore we need to have at least 6 options in the dropdown for there to be one 'unused' option that's a valid choice. Currently the sort-order of the items in the dropdown is alphabetical by component name (not by the label that appears on the screen). So we need to revisit that and be intentional about what order we group/suggest things. It's all similar but different to how charts were picked, rendered and saved within the framework of the 'old' insights charts. It should be extensible to support other types of insights pages and charts. But we should strive to async load more of the chart types instead of importing everything into settings.tsx  
The text was updated successfully, but these errors were encountered: