Skip to content

Commit 5076a6b

Browse files
authored
Countly - Removing redundant segmentation and tying everything to a specific user. (#985)
1 parent 1df8182 commit 5076a6b

29 files changed

Lines changed: 13 additions & 74 deletions

File tree

Packages/io.chainsafe.web3-unity.web3auth/Runtime/Web3AuthWallet.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ public async ValueTask WillStartAsync()
5454

5555
analyticsClient.CaptureEvent(new AnalyticsEvent()
5656
{
57-
ChainId = analyticsClient.ChainConfig.ChainId,
58-
Network = analyticsClient.ChainConfig.Network,
5957
EventName = $"Web3Auth Initialized",
60-
ProjectId = analyticsClient.ProjectConfig.ProjectId,
6158
PackageName = "io.chainsafe.web3-unity.web3auth",
6259
});
6360
coreInstance = CreateCoreInstance();
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)