add logging
This commit is contained in:
@@ -82,6 +82,9 @@ struct HomeView: View {
|
||||
showUpdateEntryAlert = false
|
||||
})
|
||||
}
|
||||
.onAppear(perform: {
|
||||
EventLogger.log(event: "show_home_view")
|
||||
})
|
||||
}
|
||||
|
||||
// MARK: functions that do view type work
|
||||
|
||||
Reference in New Issue
Block a user