Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Create custom trace to measure performance of opening the accou…
…nt list (#27907) ## **Description** [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27907?quickstart=1) Adds custom Sentry trace "`Account List`" that starts when the `AccountPicker` component is clicked, and ends when the `AccountListMenu` component has finished rendering. - Baseline performance: <img width="1513" alt="Screenshot 2024-10-16 at 9 45 28 AM" src="https://github.com/user-attachments/assets/371cb728-5153-4520-9efb-d412f6e40baa"> - Load testing via revert of #23933: <img width="1513" alt="Screenshot 2024-10-16 at 9 45 40 AM" src="https://github.com/user-attachments/assets/c51e6332-35c6-42cf-a1ee-b1f8f7e665b0"> ## **Related issues** - Closes MetaMask/MetaMask-planning#3399 ## **Manual testing steps** ## **Screenshots/Recordings** ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
- Loading branch information