diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 6cf990f..c071dbc 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -216,14 +216,14 @@ function App() { toast.error( "No current version set. Contact support or open a Github issue." ); - window.plausible("CurrentVersionNull"); + addEvent("CurrentVersionNull"); return; } let historyTree; try { historyTree = extractHistoryTree(appHistory, currentVersion); - window.plausible("HistoryTreeFailed"); + addEvent("HistoryTreeFailed"); } catch { toast.error( "Version history is invalid. This shouldn't happen. Please contact support or open a Github issue."