Hey all. Do Growthbook SDKs provide means to handl...
# ask-questions
a
Hey all. Do Growthbook SDKs provide means to handle connection failures gracefully? In my case, I don't plan to setup a Growthbook proxy or use CDN. But I want to provide some default fallback value for a feature if an attempt to connect to the Growthbook API from SDK failed. And probably, catch such a situation and log the error. Thanks.
f
yes, you can provide a fallback if the SDK fails
a
I guess, I should do this on my own? I.e. catch the exception from the SDK call and provide the desired fallback value for the feature