-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[NT-1317] Send Optimizely Events with the SDK #1223
Conversation
Generated by 🚫 Danger |
2d4649a
to
2be47c0
Compare
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.
There's a few failing tests in Library-iOSTests
you might want to take a look at. Probably assertions just need to be tweaked slightly.
2be47c0
to
885e3b0
Compare
Updated Tests, Passing now |
b44195f
to
37d4277
Compare
37d4277
to
397edea
Compare
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.
Signed-off-by: Jonathan Samudio <jonathan2457@gmail.com>
Signed-off-by: Jonathan Samudio <jonathan2457@gmail.com>
397edea
to
c1fd6c1
Compare
📲 What
Send the Optimizely client events through the app
🤔 Why
Sending events to Optimizely's dashboard through the DataLake proved to have issues and the short term solution is to send those events through the client SDK.
🛠 How
✅ Acceptance criteria