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
When updating the experiments SDK from 1.0.0 to 1.1.0, the following error is observed: ERROR Timed out waiting for Amplitude Analytics SDK to initialize. You must ensure that the analytics SDK is initialized prior to calling fetch().
Note that this is using the SDK along with @amplitude/[email protected]
The bug made it so code used to wait for the analytics SDK to complete initialization was not being called. The fix now calls the function to wait for the analytics SDK to complete init and set user identity before calling fetch.
You have two options:
Use the base initialize() method to init the experiment SDK. This will maintain no integration between the experiment and analytics SDKs
Migrate to use the newer react-native SDK, in which case the integration will work and identity should be passed between the SDKs.
When updating the experiments SDK from 1.0.0 to 1.1.0, the following error is observed:
ERROR Timed out waiting for Amplitude Analytics SDK to initialize. You must ensure that the analytics SDK is initialized prior to calling fetch().
Note that this is using the SDK along with
@amplitude/[email protected]
Initialisation code:
Reverting back to version 1.0.0 makes the error go away.
Thanks in advance.
The text was updated successfully, but these errors were encountered: