We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cef598 commit fd13dccCopy full SHA for fd13dcc
src/app/utils/analytics.js
@@ -24,7 +24,6 @@ function identifyHeap(user: CurrentUser) {
24
window.heap.addUserProperties({
25
id: user.id,
26
name: user.name,
27
- email: user.email,
28
});
29
}
30
@@ -33,7 +32,6 @@ function identifySentry(user: CurrentUser) {
33
32
if (!sentryAvailable()) return;
34
35
window.Raven.setUserContext({
36
37
38
username: user.username,
39
0 commit comments