add plausible tracking for errors

This commit is contained in:
Abi Raja 2023-12-08 16:29:15 -05:00
parent b8a94e7efb
commit 0ea6f091e8

View File

@ -162,6 +162,7 @@ function App() {
toast.error(
"No parent version set. Contact support or open a Github issue."
);
window.plausible("ParentVersionNull");
return prev;
}
@ -211,6 +212,7 @@ function App() {
toast.error(
"No current version set. Contact support or open a Github issue."
);
window.plausible("CurrentVersionNull");
return;
}