Pretend we send auth events anonymously to give Mixpanel time to consume the aliasing

pull/248/head
Dana 2016-01-28 16:10:39 +00:00
rodzic 8277124b4d
commit 11d5c8f463
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ define(function(require, exports, module) {
if (!user) return {}; // empty traits get ignored
var traits = {
uid: user.id,
uid: user.anonymousId || user.id,
username: user.name || user.username,
email: user.email,
createdAt: user.date_add,