Skip to content

Commit e3906b5

Browse files
authored
remove chameleon (codesandbox#3538)
1 parent 51b5aa9 commit e3906b5

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

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

Lines changed: 0 additions & 61 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import VERSION from '../../version';
22
import * as amplitude from './amplitude';
3-
import * as chameleon from './chameleon';
43
import * as google from './google';
54
import * as sentry from './sentry';
65
import {
@@ -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
}

0 commit comments

Comments
 (0)