Skip to content

Commit 48dd51d

Browse files
committed
Update changelog
1 parent 45dd54e commit 48dd51d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/messenger/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1021
## [0.2.0]
1122

1223
### Added

0 commit comments

Comments
 (0)