Skip to content

Commit 8b7f955

Browse files
chore: explicitely make platform team owners of metrics system (#11981)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** explicitely make platform team owners of metrics system ## **Related issues** Fixes risk of PRs changing the metrics system without platform team review ## **Manual testing steps** N/A ## **Screenshots/Recordings** N/A ### **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 - [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-mobile/blob/main/.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.
1 parent 2ca3591 commit 8b7f955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ app/component-library/ @MetaMask/design-system-engineers
1010
patches/ @MetaMask/mobile-platform
1111
app/core/Engine.ts @MetaMask/mobile-platform
1212
app/core/Engine.test.js @MetaMask/mobile-platform
13+
app/core/Analytics/ @MetaMask/mobile-platform
14+
app/util/metrics/ @MetaMask/mobile-platform
15+
app/components/hooks/useMetrics/ @MetaMask/mobile-platform
1316

1417
# Supply Chain Team
1518
bitrise.yml @MetaMask/supply-chain @MetaMask/mobile-platform

0 commit comments

Comments
 (0)