From 82bf0c9823307d0d60fb0f97d75b7a982c83cba6 Mon Sep 17 00:00:00 2001 From: Karl Heinz Struggl Date: Fri, 9 May 2025 06:18:16 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ba550b13..41f00f31f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -499,7 +499,7 @@ This release fixes an issue where Cold starts can be incorrectly reported as War }, appRunner: () => runApp(MyApp()), ); - } (error, stackTrace) { + }, (error, stackTrace) { // Automatically sends errors to Sentry, no need to do any // captureException calls on your part. // On top of that, you can do your own custom stuff in this callback. @@ -590,7 +590,7 @@ This release fixes an issue where Cold starts can be incorrectly reported as War }, appRunner: () => runApp(MyApp()), ); - } (error, stackTrace) { + }, (error, stackTrace) { // Automatically sends errors to Sentry, no need to do any // captureException calls on your part. // On top of that, you can do your own custom stuff in this callback.