AppLogger bővítése, mentés Supabase-be is

This commit is contained in:
2026-07-11 23:32:20 +02:00
parent d2605b00da
commit c73adaf9a1
2 changed files with 114 additions and 6 deletions
+2
View File
@@ -54,6 +54,8 @@ Future<void> main() async {
FirebaseCrashlytics.instance.recordError(error, stack, fatal: false);
return true;
}
AppLogger.e('PlatformDispatcher', 'Kezeletlen kivétel',
error: error, stack: stack);
FirebaseCrashlytics.instance.recordError(error, stack, fatal: true);
return true;
};