mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Analytics: Fix analytics in order to track performance improvements
Forgot to commit one line
This commit is contained in:
@@ -104,7 +104,7 @@ NSString *const kAnalyticsE2eDecryptionFailureAction = @"Decryption failure";
|
||||
|
||||
#ifdef DEBUG
|
||||
// Disable analytics in debug as it pollutes stats
|
||||
[MatomoTracker shared].isOptedOut = YES;
|
||||
matomoTracker.isOptedOut = YES;
|
||||
#endif
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user