Don't send full object to analytics (#1186)

This commit is contained in:
Shrikant Sharat Kandula 2020-10-14 14:56:09 +05:30
parent 7d1af8e27f
commit 908364e643

View File

@ -74,7 +74,6 @@ public class AnalyticsService {
HashMap<String, String> analyticsProperties = new HashMap<>();
analyticsProperties.put("id", username);
analyticsProperties.put("object", object.toString());
analyticsProperties.put("oid", object.getId());
analytics.enqueue(