CryptoSDK phased rollout feature

This commit is contained in:
Andy Uhnak
2023-02-14 17:03:25 +00:00
parent 292ea0c347
commit 81cdb68ce4
21 changed files with 463 additions and 84 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import AnalyticsEvents
static let shared = Analytics()
/// The analytics client to send events with.
private var client: AnalyticsClientProtocol = PostHogAnalyticsClient()
private var client: AnalyticsClientProtocol = PostHogAnalyticsClient.shared
/// The monitoring client to track crashes, issues and performance
private var monitoringClient = SentryMonitoringClient()