feat: clarify proof verification analytics (#996)

This commit is contained in:
Justin Hernandez
2025-08-31 21:23:27 -07:00
committed by GitHub
parent 520c05d4fc
commit ce58283a57
4 changed files with 6 additions and 4 deletions

View File

@@ -935,8 +935,8 @@ export const useProvingStore = create<ProvingState>((set, get) => {
const submitBody = await get()._generatePayload();
wsConnection.send(JSON.stringify(submitBody));
trackEvent(ProofEvents.PAYLOAD_SENT);
trackEvent(ProofEvents.PROVING_PROCESS_STARTED);
actor!.send({ type: 'START_PROVING' });
trackEvent(ProofEvents.PROOF_VERIFICATION_STARTED);
} catch (error) {
console.error('Error during startProving preparation/send:', error);
trackEvent(ProofEvents.PROOF_FAILED, {