Begin migration from Matomo to PostHog

Add CocoaPods-Keys.
This commit is contained in:
Doug
2021-10-27 14:51:46 +01:00
parent 2048cae2cc
commit efdbdcd117
49 changed files with 423 additions and 341 deletions
@@ -260,7 +260,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
[super viewWillAppear:animated];
// Screen tracking
[[Analytics sharedInstance] trackScreen:_screenName];
[Analytics.shared trackScreen:_screenName];
// Reset back user interactions
self.userInteractionEnabled = YES;