Skip to content

Commit c7a032e

Browse files
committed
Disable non fully blocking hangs reports
1 parent 5eff4fc commit c7a032e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Sources/AnalyticsClient/AnalyticsClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ extension AnalyticsClient {
161161
options.enableAppLaunchProfiling = true
162162
options.enableMetricKit = true
163163
options.enableAppHangTrackingV2 = true
164+
options.enableReportNonFullyBlockingAppHangs = false // False positives
164165
options.enablePerformanceV2 = true
165166
options.enablePreWarmedAppStartTracing = true
166167
options.enableCoreDataTracing = false // I don't have CoreData

0 commit comments

Comments
 (0)