File tree Expand file tree Collapse file tree 2 files changed +0
-64
lines changed
packages/common/src/utils/analytics Expand file tree Collapse file tree 2 files changed +0
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import VERSION from '../../version' ;
22import * as amplitude from './amplitude' ;
3- import * as chameleon from './chameleon' ;
43import * as google from './google' ;
54import * as sentry from './sentry' ;
65import {
@@ -54,7 +53,6 @@ export async function setAnonymousId() {
5453 localStorage . setItem ( ANONYMOUS_UID_KEY , anonymousUid ) ;
5554 }
5655
57- chameleon . setAnonymousUserId ( anonymousUid ) ;
5856 vero . setAnonymousUserId ( anonymousUid ) ;
5957 }
6058}
@@ -65,7 +63,6 @@ export async function setUserId(userId: string) {
6563
6664 amplitude . setUserId ( hashedId ) ;
6765 sentry . setUserId ( hashedId ) ;
68- chameleon . setUserId ( hashedId ) ;
6966 vero . setUserId ( hashedId ) ;
7067 }
7168}
You can’t perform that action at this time.
0 commit comments