From d7666fe5aecd1107aa05cafd2997cb545847f7bf Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Mon, 16 Sep 2024 15:51:45 +0200 Subject: [PATCH] fix up Plausible events --- frontend/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 1b18c1a..08a93f0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -256,6 +256,7 @@ function App({ navbarComponent }: Props) { }, // On complete () => { + addEvent("CreateSuccessful"); setAppState(AppState.CODE_READY); } ); @@ -340,6 +341,7 @@ function App({ navbarComponent }: Props) { ? await takeScreenshot() : undefined; + addEvent("Edit"); doGenerateCode({ generationType: "update", inputMode,