mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
feat: clarify proof verification analytics (#996)
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user