Skip to content

Commit efbc573

Browse files
committed
Set email for anon users
1 parent f27c926 commit efbc573

File tree

1 file changed

+1
-0
lines changed
  • packages/common/src/utils/analytics

1 file changed

+1
-0
lines changed

packages/common/src/utils/analytics/vero.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const setAnonymousUserId = (userId: string) => {
5959
'user',
6060
{
6161
id: userId,
62+
email: 'anon@codesandbox.io',
6263
},
6364
]);
6465
processArray();

0 commit comments

Comments
 (0)