From 4f4b6cf1ebaa4d4fbc1cee7e5c1f4312e335c203 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:19:43 +0100 Subject: [PATCH] ML-154 Made errors non-fatal by default (#158) * removed unused analytics event & added `logCrash` * added analytics to `RemoteConfigService` * run app with `runZonedGuarded` * added crash logging to `CameraContainerBloc` * log product id for IAP errors * typo * log crashes in `RemoteConfigService` * ignore silent `FlutterError` * fixed `evFromImage` test * fixed `showBuyProDialog` test * log errors in console * depend on iap 0.7.2 * Made errors non-fatal by default --- lib/data/analytics/api/analytics_firebase.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/data/analytics/api/analytics_firebase.dart b/lib/data/analytics/api/analytics_firebase.dart index 5c22454..fe75c6a 100644 --- a/lib/data/analytics/api/analytics_firebase.dart +++ b/lib/data/analytics/api/analytics_firebase.dart @@ -36,7 +36,6 @@ class LightmeterAnalyticsFirebase implements ILightmeterAnalyticsApi { stackTrace, reason: reason, information: information, - fatal: true, ); }