From af1764a05f020717fbe1d9db8d055fc7749d9b42 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Tue, 22 Oct 2024 11:03:20 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Tom Longridge --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0701562f..b8282803b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added -- Add new `reportUnhandledPromiseRejectionsAsHandled` config option [#2225](https://github.com/bugsnag/bugsnag-js/pull/2225) +- Add new `reportUnhandledPromiseRejectionsAsHandled` config option to allow unhandled promise rejections to be reported as handled and not contribute to the app stability score [#2225](https://github.com/bugsnag/bugsnag-js/pull/2225) ## [8.0.0] - 2024-08-29