We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecc358 commit f60893dCopy full SHA for f60893d
packages/common/utils/analytics.js
@@ -11,7 +11,7 @@ export function identify(key, value) {
11
if (!DNT) {
12
if (typeof window.amplitude !== 'undefined') {
13
const identity = new window.amplitude.Identify();
14
- identity.set('signed_in', value);
+ identity.set(key, value);
15
window.amplitude.identify(identity);
16
}
17
0 commit comments