fix: disable session tracking

This commit is contained in:
edde746
2026-03-03 11:05:54 +01:00
parent 1629801074
commit c64c7defc3
+1
View File
@@ -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 {