From dd3f8af3a06cb1b95ab63f3744cc81e80acf177e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Regadas?= Date: Mon, 8 Apr 2024 14:56:55 +0100 Subject: [PATCH 1/2] fix: adds mmi sentry variable to builds yml (#23879) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## **Description** Adds MMI sentry dsn variable that is required in builds.yml ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [ ] 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 - [ ] 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. --- builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/builds.yml b/builds.yml index c0eddc332e86..bf642d76a557 100644 --- a/builds.yml +++ b/builds.yml @@ -104,6 +104,7 @@ buildTypes: env: - INFURA_MMI_PROJECT_ID - SEGMENT_MMI_WRITE_KEY + - SENTRY_MMI_DSN - INFURA_ENV_KEY_REF: INFURA_MMI_PROJECT_ID - SEGMENT_WRITE_KEY_REF: SEGMENT_MMI_WRITE_KEY - ALLOW_LOCAL_SNAPS: false From 94c345f99bea8c913f926d2484044beedcb86158 Mon Sep 17 00:00:00 2001 From: Antonio Regadas Date: Mon, 8 Apr 2024 15:03:18 +0100 Subject: [PATCH 2/2] chore: update changelog and package json --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0462841c9f45..e025ecc3f814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.13.3] +### Fixed +- [MMI] Adds required variable to prod env ([#23879](https://github.com/MetaMask/metamask-extension/pull/23879)) + ## [11.13.2] ### Fixed - [MMI] Updates MMI packages to latest versions ([#23841](https://github.com/MetaMask/metamask-extension/pull/23841)) @@ -4555,7 +4559,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.13.2...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.13.3...HEAD +[11.13.3]: https://github.com/MetaMask/metamask-extension/compare/v11.13.2...v11.13.3 [11.13.2]: https://github.com/MetaMask/metamask-extension/compare/v11.13.1...v11.13.2 [11.13.1]: https://github.com/MetaMask/metamask-extension/compare/v11.13.0...v11.13.1 [11.13.0]: https://github.com/MetaMask/metamask-extension/compare/v11.12.4...v11.13.0 diff --git a/package.json b/package.json index ba91ce4595a7..7d112679bc90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "11.13.2", + "version": "11.13.3", "private": true, "repository": { "type": "git",