We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a4ea3 commit b60703aCopy full SHA for b60703a
schema/features/appHealth.ts
@@ -10,6 +10,7 @@ type SubFeatures<VersionType> = {
10
includeWindowState?: boolean;
11
collectCpuUsage?: boolean;
12
concurrentlyCheckDispatcher?: boolean;
13
+ concurrentlyCheckIsHungAppWindow?: boolean;
14
}
15
>;
16
};
0 commit comments