Begin migration from Matomo to PostHog

Add CocoaPods-Keys.
This commit is contained in:
Doug
2021-10-27 14:51:46 +01:00
parent 0f20fc54de
commit a984028479
49 changed files with 423 additions and 341 deletions
+3 -3
View File
@@ -568,7 +568,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[super viewWillAppear:animated];
// Screen tracking
[[Analytics sharedInstance] trackScreen:@"ChatRoom"];
[Analytics.shared trackScreen:@"ChatRoom"];
// Refresh the room title view
[self refreshRoomTitle];
@@ -610,8 +610,8 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
[self.roomDataSource reload];
[LegacyAppDelegate theDelegate].lastNavigatedRoomIdFromPush = nil;
notificationTaskProfile = [MXSDKOptions.sharedInstance.profiler startMeasuringTaskWithName:AnalyticsNoficationsTimeToDisplayContent
category:AnalyticsNoficationsCategory];
notificationTaskProfile = [MXSDKOptions.sharedInstance.profiler startMeasuringTaskWithName:Analytics.NotificationsTimeToDisplayContent
category:Analytics.NotificationsCategory];
}
}