Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FSSDK-10761] fix: passed fsc for VUID optln #564

Merged
merged 23 commits into from
Nov 25, 2024
Merged

Conversation

muzahidul-opti
Copy link
Contributor

@muzahidul-opti muzahidul-opti commented Nov 21, 2024

Summary

  • Passed new fsc test cases for VUID optln

Test plan

  • All test case should be passed

Issues

@muzahidul-opti muzahidul-opti changed the title vuid optional make empty string [FSSDK-10761] fix: passed fsc for VUID optln Nov 25, 2024
@muzahidul-opti muzahidul-opti marked this pull request as ready for review November 25, 2024 12:25
@muzahidul-opti muzahidul-opti requested a review from a team as a code owner November 25, 2024 12:25
Copy link

@raju-opti raju-opti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@muzahidul-opti muzahidul-opti merged commit c7460b2 into master Nov 25, 2024
12 checks passed
@muzahidul-opti muzahidul-opti deleted the muzahid/vuid-fix branch November 25, 2024 13:46
Copy link
Collaborator

@jaeopt jaeopt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you see my comments and confirm?

@@ -80,6 +81,12 @@ public class OdpManager {
completionHandler: completionHandler)
}

func sendInitializedEvent(vuid: String) throws {
guard enabled else { throw OptimizelyError.odpNotEnabled }
guard odpConfig.eventQueueingAllowed else { throw OptimizelyError.odpNotIntegrated }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this throw errors for default action (initailized) when ODP is not used? Can you double check that clients not using ODP not see any error messages from this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants