optimizely / android-sdk

Android SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/android-sdk
Apache License 2.0
55 stars 39 forks source link

[FSSDK-9432] fix: fix to support arbitrary client names to be included in logx and odp events. #464

Closed muzahidul-opti closed 1 year ago

muzahidul-opti commented 1 year ago

Summary

Fix to support arbitrary client names to be included in logx and odp events. This fix depends on the change in the java-sdk core (https://github.com/optimizely/java-sdk/pull/524)

Test plan

Add unit tests for new APIs. Pass all existing tests.

Issues