mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Add analytics for Unauthenticated errors
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user