Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
raju-opti committed Oct 31, 2024
1 parent 701136b commit 3512a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class OptimizelyClient {
So, we start with an empty map of default attributes until the manager is initialized.
*/

if (isValid()) {
if (isValid() && vuid != null) {
// identifiers are empty here since vuid will be inserted by java-sdk core
sendODPEvent(null, "client_initialized", null, null);
}
Expand Down

0 comments on commit 3512a65

Please sign in to comment.