We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dd54e commit 48dd51dCopy full SHA for 48dd51d
packages/messenger/CHANGELOG.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Add `captureException` constructor parameter ([#6605](https://github.com/MetaMask/core/pull/6605))
13
+ - This function will be used to capture any errors thrown from subscribers.
14
+ - If this is unset but a parent is provided, `captureException` is inherited from the parent.
15
16
+### Changed
17
18
+- Stop re-throwing subscriber errors in a `setTimeout` ([#6605](https://github.com/MetaMask/core/pull/6605))
19
+ - Instead errors are captured with `captureException`, or logged to the console.
20
21
## [0.2.0]
22
23
### Added
0 commit comments