track HistoryTreeFailed
This commit is contained in:
parent
7155a0616e
commit
70a67c0ea7
@ -219,6 +219,7 @@ function App() {
|
|||||||
let historyTree;
|
let historyTree;
|
||||||
try {
|
try {
|
||||||
historyTree = extractHistoryTree(appHistory, currentVersion);
|
historyTree = extractHistoryTree(appHistory, currentVersion);
|
||||||
|
window.plausible("HistoryTreeFailed");
|
||||||
} catch {
|
} catch {
|
||||||
toast.error(
|
toast.error(
|
||||||
"Version history is invalid. This shouldn't happen. Please contact support or open a Github issue."
|
"Version history is invalid. This shouldn't happen. Please contact support or open a Github issue."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user