From c64c7defc3a63e1c50a8f4ee4c15c29a43ed4fc5 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:05:46 +0100 Subject: [PATCH] fix: disable session tracking --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) 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 {