From 323a38c24d15c1bea77a07839bad1fb3aee0f774 Mon Sep 17 00:00:00 2001 From: Andrei <168741329+andreiborza@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:36:56 +0100 Subject: [PATCH] meta(changelog): Update changelog for 8.45.1 (#14722) This release also publishes the AWS lambda layer under the current, non-version-suffixed layer since it's lagging behind since `8.42.0` with the introduction of the v8-suffixed layer. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6332f4c125..c3f0e52db2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 8.45.1 + +- fix(feedback): Return when the `sendFeedback` promise resolves ([#14683](https://github.com/getsentry/sentry-javascript/pull/14683)) + ## 8.45.0 - feat(core): Add `handled` option to `captureConsoleIntegration` ([#14664](https://github.com/getsentry/sentry-javascript/pull/14664))