sentry diagnostics

This commit is contained in:
Bossanyi Tibor
2020-07-10 08:37:38 +02:00
parent 48dfd6d595
commit d8b9cf18f0
4 changed files with 374 additions and 6 deletions
+4
View File
@@ -40,6 +40,10 @@ class BottomNavigator {
Navigator.of(context).pop();
Navigator.of(context).pushNamed('home');
break;
case 1:
throw new StateError('This is a Dart exception on event.');
break;
case 2:
Navigator.of(context).pop();