Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/troubleshooting/analytics-event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export type LogType =
| 'PROOF_GENERATION_FAILED'
| 'PROOF_SUBMITTED'
| 'AI_PROOF_SUBMITTED'
| 'USER_INTERACTED'
| 'USER_TYPED'
| 'PROOF_SUBMISSION_FAILED'
// This spelling mistake is intentional to match the backend.
| 'PROOF_MANUAL_VERIFICATION_SUBMITED'
Expand Down Expand Up @@ -178,6 +180,8 @@ export interface AnalyticsLogEntry {
| `PROOF_GENERATION_FAILED` | ERROR | Proof generation failed. |
| `PROOF_SUBMITTED` | INFO | The proof has been successfully submitted. |
| `AI_PROOF_SUBMITTED` | INFO | AI proof has been submitted. |
| `USER_INTERACTED` | INFO | User interacted with the page after web page opens |
| `USER_TYPED` | INFO | User typed on the web page |
| `PROOF_SUBMISSION_FAILED` | ERROR | Proof submission failed. |
| `PROOF_MANUAL_VERIFICATION_SUBMITED` | INFO | Manual verification proof submitted. |
| `ERROR_SUBMITTED` | INFO | Error details (Right now happens on cancellation) have been submitted. |
Expand Down