From ca38543a51fea971c1fbbaef47af24ca8a62d646 Mon Sep 17 00:00:00 2001 From: tyiuhc Date: Thu, 27 Feb 2025 09:22:01 -0800 Subject: [PATCH] fix: add IP property to user object --- src/types/user.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/types/user.ts b/src/types/user.ts index b49d9d5..7f6c8eb 100644 --- a/src/types/user.ts +++ b/src/types/user.ts @@ -88,6 +88,11 @@ export type ExperimentUser = { */ library?: string; + /** + * Predefined field, can be manually provided + */ + ip_address?: string; + /** * Custom user properties */