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."