Skip to content

Commit

Permalink
Append stableID to statsig metadata (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-statsig authored Sep 23, 2021
1 parent ceea76b commit f796b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StatsigIdentity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class Identity {
stableID = uuidv4();
StatsigLocalStorage.setItem(STATSIG_STABLE_ID_KEY, stableID);
}
this.statsigMetadata.stableID = stableID
return stableID;
}

Expand Down

0 comments on commit f796b51

Please sign in to comment.