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 1497507 commit aa8d894Copy full SHA for aa8d894
packages/common/src/utils/analytics.ts
@@ -64,6 +64,8 @@ export async function identify(key: string, value: string) {
64
}
65
66
67
+identify('[Amplitude] Version', VERSION);
68
+
69
export async function setUserId(userId: string) {
70
try {
71
if (!DNT) {
0 commit comments