add logging
This commit is contained in:
@@ -71,6 +71,9 @@ struct OnboardingWrapup: View {
|
||||
.padding([.top], 15)
|
||||
|
||||
Button(action: {
|
||||
EventLogger.log(event: "onboarding_complete")
|
||||
EventLogger.log(event: "onboarding_complete_day_id",
|
||||
withData: ["id": onboardingData.inputDay.rawValue])
|
||||
completionClosure(onboardingData)
|
||||
}, label: {
|
||||
Text(String(localized: "onboarding_wrap_up_complete_button"))
|
||||
|
||||
Reference in New Issue
Block a user