-
Notifications
You must be signed in to change notification settings - Fork 15
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
localMode regression in 5.5.0 #28
Comments
I think thats actually local mode working as intended, the only difference is now it prints to the console (this same error was thrown previously, just not printed) |
Hi @tore-statsig , thanks for the response. We are using I think the intent of I don't think this error should be thrown in the |
@michaeltnguyen Thanks for pointing this out. We will be replacing this error logging with a no-op on network requests when in localMode. |
Calling
statsig.initialize
withlocalMode: true
emits the following warning to the console:This can be reproduced with a one-liner:
statsig.initialize('secret-', { localMode: true });
The apis that
statsig-node
are trying to hit are:This happens in 5.5.0 but not in 5.4.2 (the previous version).
The text was updated successfully, but these errors were encountered: