Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	Assets/Treasure/TDK/Runtime/Services/Helika/TDKHelikaService.cs
  • Loading branch information
aphexyuri committed Aug 30, 2024
2 parents f62f302 + c3e17fc commit 6ef65b3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ public void TrackEvent(string eventName, Dictionary<string, object> eventProps =
// add chain id (using indexer in case it was added upstream)
eventProps[AnalyticsConstants.PROP_CHAIN_ID] = _chainId;

eventProps.Add(AnalyticsConstants.PROP_TDK_VERSION, TDKVersion.version);
eventProps.Add(AnalyticsConstants.PROP_TDK_FLAVOUR, TDKVersion.name);
eventProps.Add(AnalyticsConstants.PROP_APP_ENVIRONMENT, TDK.AppConfig.Environment);

// add chain id (using indexer in case it was added upstream)
eventProps[AnalyticsConstants.PROP_CHAIN_ID] = _chainId;

EventManager.Instance.SendEvent(eventName, eventProps);
}
}
Expand Down

0 comments on commit 6ef65b3

Please sign in to comment.