diff --git a/lib/main.dart b/lib/main.dart index 8ed9ae06..a03c8ff4 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -82,6 +82,7 @@ void main() async { options.anrEnabled = true; options.anrTimeoutInterval = const Duration(seconds: 5); options.attachStacktrace = true; + options.enableAutoSessionTracking = false; options.beforeSend = _beforeSend; }, appRunner: () async {