Skip to content

Commit

Permalink
Revert "re-added helika props"
Browse files Browse the repository at this point in the history
This reverts commit f62f302.
  • Loading branch information
aphexyuri committed Aug 30, 2024
1 parent c1fff66 commit c3e17fc
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 c3e17fc

Please sign in to comment.