Skip to content

Commit

Permalink
fix: add IP property to user object (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc authored Jan 19, 2024
1 parent 4660753 commit 9b67eee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/node/src/types/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ export type ExperimentUser = {
*/
library?: string;

/**
* Predefined field, must be manually provided
*/
ip_address?: string;

/**
* Custom user properties
*/
Expand Down

0 comments on commit 9b67eee

Please sign in to comment.