Instrument missing screen metrics (#5764)

* Instrument missing screen metrics

- Done
This commit is contained in:
Gil Eluard
2022-03-08 10:13:46 +01:00
committed by GitHub
parent c510495bcf
commit 27571866b5
56 changed files with 269 additions and 246 deletions
@@ -70,6 +70,7 @@ struct RoomNotificationSettings: View {
viewModel.process(viewAction: .load)
}
.accentColor(theme.colors.accent)
.track(screen: .roomNotifications)
}
}