Fix health metrics race condition and improve expected-failure handling (#2387)

* Fix health monitoring

* fix compile error
This commit is contained in:
sunghyunkang1111
2026-02-17 12:54:04 -06:00
committed by GitHub
parent 39ac7cf3f2
commit cc26e2800e
3 changed files with 52 additions and 5 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ const App = (): JSX.Element => {
}, [explorer]);
// Track interactive phase for both ContainerCopyPanel and DivExplorer paths
useInteractive(MetricScenario.ApplicationLoad);
useInteractive(MetricScenario.ApplicationLoad, !!config);
if (!explorer) {
return <LoadingExplorer />;