We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27c926 commit efbc573Copy full SHA for efbc573
packages/common/src/utils/analytics/vero.ts
@@ -59,6 +59,7 @@ export const setAnonymousUserId = (userId: string) => {
59
'user',
60
{
61
id: userId,
62
+ email: 'anon@codesandbox.io',
63
},
64
]);
65
processArray();
0 commit comments