@@ -97,7 +97,7 @@ SecureNativeContext context = SecureNative.contextBuilder()
9797
9898EventOptions eventOptions = EventOptionsBuilder . builder(EventTypes . LOG_IN )
9999 .userId(" USER_ID" )
100- .userTraits(" USER_NAME" , " USER_EMAIL" )
100+ .userTraits(" USER_NAME" , " USER_EMAIL" , " +01234566789 " )
101101 .context(context)
102102 .properties(Maps . builder()
103103 .put(" prop1" , " CUSTOM_PARAM_VALUE" )
@@ -121,7 +121,7 @@ public void track(HttpServletRequest request, HttpServletResponse response) {
121121
122122 EventOptions eventOptions = EventOptionsBuilder . builder(EventTypes . LOG_IN )
123123 .userId(" USER_ID" )
124- .userTraits(" USER_NAME" , " USER_EMAIL" )
124+ .userTraits(" USER_NAME" , " USER_EMAIL" , " +01234566789 " )
125125 .context(context)
126126 .properties(Maps . builder()
127127 .put(" prop1" , " CUSTOM_PARAM_VALUE" )
@@ -148,7 +148,7 @@ public void track(HttpServletRequest request, HttpServletResponse response) {
148148
149149 EventOptions eventOptions = EventOptionsBuilder . builder(EventTypes . LOG_IN )
150150 .userId(" USER_ID" )
151- .userTraits(" USER_NAME" , " USER_EMAIL" )
151+ .userTraits(" USER_NAME" , " USER_EMAIL" , " +01234566789 " )
152152 .context(context)
153153 .properties(Maps . builder()
154154 .put(" prop1" , " CUSTOM_PARAM_VALUE" )
0 commit comments