From d795cff0f37b105c91fd398082863a876e95488a Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Wed, 17 Jul 2024 14:45:38 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b99dbeff7..e1da39b4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +### Improvements + +- Capture meaningful stack traces when unhandled errors have empty or missing stack traces ([#2152](https://github.com/getsentry/sentry-dart/pull/2152)) + - This will affect grouping for unhandled errors that have empty or missing stack traces. + ### Dependencies - Bump Android SDK from v7.11.0 to v7.12.0 ([#2173](https://github.com/getsentry/sentry-dart/pull/2173)) @@ -30,8 +35,6 @@ ### Fixes -- Capture meaningful stack traces when unhandled errors have empty or missing stack traces ([#2152](https://github.com/getsentry/sentry-dart/pull/2152)) - - This will affect grouping for unhandled errors that have empty or missing stack traces. - Fix sentry_drift compatibility with Drift 2.19.0 ([#2162](https://github.com/getsentry/sentry-dart/pull/2162)) - App starts hanging for 30s ([#2140](https://github.com/getsentry/sentry-dart/pull/2140)) - Time out for app start info retrieval has been reduced to 10s