You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New sendEvents option to control whether the SDK should send events back to LaunchDarkly or not. Defaults to true.
It is now possible to wait for SDK readiness using waitUntilReady which returns a Promise. identify also returns a Promise (while still supporting the callback argument), which should make
it easier to integrate into code that relies heavily on Promise's for asynchronous code.