From 70a67c0ea7de5dee8070660b7cc0a8156d4d4506 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Fri, 8 Dec 2023 16:49:50 -0500 Subject: [PATCH] track HistoryTreeFailed --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index d00afbf..0be177e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -219,6 +219,7 @@ function App() { let historyTree; try { historyTree = extractHistoryTree(appHistory, currentVersion); + window.plausible("HistoryTreeFailed"); } catch { toast.error( "Version history is invalid. This shouldn't happen. Please contact support or open a Github issue."