Replace Sentry with Crashlytics

This commit is contained in:
Yegor Vialov
2020-02-11 12:06:19 +00:00
parent 2c35dd7c21
commit b750417415
5 changed files with 18 additions and 15 deletions

View File

@ -131,6 +131,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
}
});
eventBus.fire(RefreshDataFinishedEvent());
throw new Exception("There is an error thrown specifically for Crashlitycs reporting test!");
}
@override