Skip to content

Commit fd13dcc

Browse files
author
Ives van Hoorne
committed
Don't send email to analytics
1 parent 3cef598 commit fd13dcc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/utils/analytics.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function identifyHeap(user: CurrentUser) {
2424
window.heap.addUserProperties({
2525
id: user.id,
2626
name: user.name,
27-
email: user.email,
2827
});
2928
}
3029
}
@@ -33,7 +32,6 @@ function identifySentry(user: CurrentUser) {
3332
if (!sentryAvailable()) return;
3433

3534
window.Raven.setUserContext({
36-
email: user.email,
3735
id: user.id,
3836
username: user.username,
3937
});

0 commit comments

Comments
 (0)