feat(sentry): symbol upload and hang tracking

This commit is contained in:
edde746
2026-04-22 12:44:37 +02:00
parent b2cd0c2c37
commit e95475f845
6 changed files with 185 additions and 11 deletions
+2
View File
@@ -102,6 +102,8 @@ Future<void> main() async {
options.enableAutoSessionTracking = false;
options.recordHttpBreadcrumbs = false;
options.captureNativeFailedRequests = false;
options.enableAppHangTracking = !kDebugMode;
options.appHangTimeoutInterval = const Duration(seconds: 3);
options.beforeSend = _beforeSend;
options.beforeBreadcrumb = _beforeBreadcrumb;
}, appRunner: _bootstrapApp);