Add analytics for Unauthenticated errors

This commit is contained in:
David Langley
2022-01-13 17:33:51 +00:00
parent 8f014961e8
commit 21d49a5067
12 changed files with 55 additions and 14 deletions
@@ -52,6 +52,10 @@
[MXLog configure:configuration];
// Configure our analytics. It will start if the option is enabled
Analytics *analytics = Analytics.shared;
[MXSDKOptions sharedInstance].analyticsDelegate = analytics;
[analytics startIfEnabled];
[ThemeService.shared setThemeId:RiotSettings.shared.userInterfaceTheme];