We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7ddf1 commit 437a86fCopy full SHA for 437a86f
packages/common/utils/analytics.js
@@ -36,7 +36,7 @@ export function setUserId(userId: string) {
36
debug('[Amplitude] Setting User ID', hashedId);
37
identify('userId', hashedId);
38
39
- window.amplitude.getInstance().setUserId();
+ window.amplitude.getInstance().setUserId(hashedId);
40
}
41
42
} catch (e) {
0 commit comments