Skip to content

Commit 2231028

Browse files
authored
fix: add IP property to user object (#160)
1 parent d2ecc44 commit 2231028

File tree

1 file changed

+5
-0
lines changed
  • packages/experiment-browser/src/types

1 file changed

+5
-0
lines changed

packages/experiment-browser/src/types/user.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ export type ExperimentUser = {
7676
*/
7777
library?: string;
7878

79+
/**
80+
* Predefined field, can be manually provided
81+
*/
82+
ip_address?: string;
83+
7984
/**
8085
* The time first saw this user, stored in local storage, can be manually overridden
8186
*/

0 commit comments

Comments
 (0)