-
Notifications
You must be signed in to change notification settings - Fork 30
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this 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 } |
There was a problem hiding this comment.
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?
Summary
Test plan
Issues