Skip to content

Commit

Permalink
Merge pull request #28705 from MetaMask/Version-v12.7.2
Browse files Browse the repository at this point in the history
Version v12.7.2 RC
  • Loading branch information
danjm authored Nov 26, 2024
2 parents a53a6dd + c4e1d93 commit 040cb8d
Show file tree
Hide file tree
Showing 8 changed files with 828 additions and 507 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.7.2]
### Fixed
- Fix message signatures for Gridplus lattice hardware wallets ([#28694](https://github.com/MetaMask/metamask-extension/pull/28694))

## [12.7.1]
### Fixed
- Fix bug that could prevent security warnings from being shown on token transfer confirmations in some cases ([#28487](https://github.com/MetaMask/metamask-extension/pull/28487))
Expand Down Expand Up @@ -5352,7 +5356,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/v12.7.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.7.2...HEAD
[12.7.2]: https://github.com/MetaMask/metamask-extension/compare/v12.7.1...v12.7.2
[12.7.1]: https://github.com/MetaMask/metamask-extension/compare/v12.7.0...v12.7.1
[12.7.0]: https://github.com/MetaMask/metamask-extension/compare/v12.6.2...v12.7.0
[12.6.2]: https://github.com/MetaMask/metamask-extension/compare/v12.6.1...v12.6.2
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/lib/setupSentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function getTracesSampleRate(sentryTarget) {
return 1.0;
}

return 0.02;
return 0.01;
}

/**
Expand Down
Loading

0 comments on commit 040cb8d

Please sign in to comment.