add plausible tracking for errors
This commit is contained in:
parent
b8a94e7efb
commit
0ea6f091e8
@ -162,6 +162,7 @@ function App() {
|
|||||||
toast.error(
|
toast.error(
|
||||||
"No parent version set. Contact support or open a Github issue."
|
"No parent version set. Contact support or open a Github issue."
|
||||||
);
|
);
|
||||||
|
window.plausible("ParentVersionNull");
|
||||||
return prev;
|
return prev;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -211,6 +212,7 @@ function App() {
|
|||||||
toast.error(
|
toast.error(
|
||||||
"No current version set. Contact support or open a Github issue."
|
"No current version set. Contact support or open a Github issue."
|
||||||
);
|
);
|
||||||
|
window.plausible("CurrentVersionNull");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user