Skip to content

Commit b60703a

Browse files
committed
Windows: Add concurrentlyCheckIsHungAppWindow setting to AppHealth\uiHangDetection subfeature schema
1 parent 43a4ea3 commit b60703a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema/features/appHealth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ type SubFeatures<VersionType> = {
1010
includeWindowState?: boolean;
1111
collectCpuUsage?: boolean;
1212
concurrentlyCheckDispatcher?: boolean;
13+
concurrentlyCheckIsHungAppWindow?: boolean;
1314
}
1415
>;
1516
};

0 commit comments

Comments
 (0)