Don't send full object to analytics (#1186)
This commit is contained in:
parent
7d1af8e27f
commit
908364e643
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user