update: remove email for mixpanel data collection
This commit is contained in:
parent
41fd754847
commit
ef86bca4db
2 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const analytics: Analytics = {
|
|||
}
|
||||
if (user.primary_email) {
|
||||
mixpanel.people.set({
|
||||
$email: user.primary_email,
|
||||
$email: 1,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
0
src/ui/component/errorBoundary/index.js
Normal file
0
src/ui/component/errorBoundary/index.js
Normal file
Loading…
Reference in a new issue