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,