Skip to content

Commit

Permalink
ML-154 Made errors non-fatal by default (#158)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vodemn authored Feb 13, 2024
1 parent f965b99 commit 4f4b6cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/data/analytics/api/analytics_firebase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class LightmeterAnalyticsFirebase implements ILightmeterAnalyticsApi {
stackTrace,
reason: reason,
information: information,
fatal: true,
);
}

Expand Down

0 comments on commit 4f4b6cf

Please sign in to comment.