ApplicationCreateStarted is emitted when the application creation flow begins (dry runs are not tracked).
()
| 189 | // ApplicationCreateStarted is emitted when the application creation flow |
| 190 | // begins (dry runs are not tracked). |
| 191 | func ApplicationCreateStarted() Event { |
| 192 | return Event{EventApplicationCreateStarted, nil} |
| 193 | } |
| 194 | |
| 195 | // ApplicationCreateAcceptedTerms is emitted when the user accepted the terms |
| 196 | // of the selected plan. |