-
Notifications
You must be signed in to change notification settings - Fork 37
Optional eventBatchSize and eventFlushInterval #176
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
Comments
@opti-jnguyen @opti-josh-holt 👋 Are either of you able to please assist with the above and #175? Or let me know who else I can ask. Thank you. |
This and #175 have been picked up by Optimizely support 👍 |
Closing as per Opti Support update |
Hi everyone! Can we watch the progress once the support team picks it up? |
Just adding to the chorus, I don't think this should have been closed. I'm using the latest version of the react SDK (3.1.0), which logs these warnings despite the configs supposedly being optional. It's very annoying. Either the configs should be mandatory, or those logs should not be emitted. There's also this error:
I had to spend ages reading through the SDK source config in order to figure out that I need to pass |
We've tested #262 which depends on JS PR #930 We anticipate should resolve this error. |
Thanks @mikechu-optimizely, that's great to hear that the ODP issue will be fixed. What about the other two warnings originally mentioned in this issue? For |
Hi, as per the docs the
eventBatchSize
andeventFlushInterval
seem optional in 2.9.0This is confirmed by the type definitions:
However, I'm getting the following console warnings:
Related to: #175
The text was updated successfully, but these errors were encountered: