Analytics: Fix analytics in order to track performance improvements

Forgot to commit one line
This commit is contained in:
manuroe
2020-11-04 21:32:06 +01:00
parent a159e68d5d
commit dc2c85a0d8
+1 -1
View File
@@ -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