strong-mouse-55694
01/27/2025, 2:24 PMrough-park-54233
01/30/2025, 4:50 PMGrowthBookClient
, but the frontend JS SDK uses GrowthBook
. But when I think "client SDK", I think frontend (vs server-side SDK).
Perhaps just a note in the NodeJS docs explaining the lineage of the name, or reinforcing "hey it's called GrowthBookClient but you're in the right place for the server-side SDK" would be enough.rough-park-54233
01/30/2025, 4:52 PMclient.init()
with no timeout arg.
Is there a default timeout? Or is this by default going to block the application from ever starting if growthbook down / network issue?
In either case, this should be called out clearly in the docs wherever init
is used.strong-mouse-55694
01/30/2025, 7:51 PMinit
here: https://docs.growthbook.io/lib/js#built-in-fetching-and-caching If you don't pass in a timeout and the network call fails, GB won't error out. Instead, all features will evaluate to null
.rough-park-54233
01/30/2025, 9:00 PMbillions-house-96196
02/21/2025, 12:15 AMexp:[dim name]
Or that phases index started at 0.strong-mouse-55694
02/21/2025, 4:24 PM