add logging

This commit is contained in:
Trey t
2022-03-13 20:06:26 -05:00
parent 8d3e9a7c6e
commit f3542117a7
14 changed files with 93 additions and 5 deletions

View File

@@ -106,6 +106,9 @@ struct FilterView: View {
Text(mood.strValue)
.foregroundColor(moodTint.color(forMood: mood))
}
.onAppear(perform: {
EventLogger.log(event: "show_filter_view")
})
}
}