Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add new track events for enabling/disabling basic functionality (
#11088) ## **Description** Added new events that track when users enable or disable their basic functionality. The goal is to measure the usage of this feature. ## **Related issues** Fixes: [#3242](MetaMask/MetaMask-planning#3242) ## **Manual testing steps** 1. Go to the Settings screen 2. Tap on "Security & Privacy" button 3. Scroll down to the "Privacy" section 4. In "General", disable and enable the "Basic Functionality" toggle (you will be prompted with bottom sheet modals to confirm these actions) 5. View new track events in the logs ## **Screenshots/Recordings** ![logs](https://github.com/user-attachments/assets/69399feb-d7b6-41f5-850f-88a2b5ce396f) ### **Before** N/A ### **After** N/A ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md) - [x] I've completed the PR template to the best of my ability - [ ] I've included tests (if applicable) - [ ] I've documented my code using [JSDoc](https://jsdoc.app/) format (if applicable) - [x] I've applied the appropriate labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)) ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g., pulled and built branch, run the app, tested changed code) - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes - [ ] I've verified the necessary testing evidence (recordings and/or screenshots) is included - [ ] The code follows the project's style guidelines and best practices - [ ] The changes are adequately documented (comments, JSDoc, README updates if needed) - [ ] The PR includes appropriate unit and/or integration tests (if applicable)
- Loading branch information