vwo-node-sdk icon indicating copy to clipboard operation
vwo-node-sdk copied to clipboard

fix: fixing unhandled exception when fetching settings file

Open lytvynenko opened this issue 1 year ago • 4 comments

We are seeing several server crashes caused by VWO SDK throwing unhandled exception.
Turned out the http(s).get doesn't have on("error") handler attached, which causes node crash if any HTTP(S) errors happen.

lytvynenko avatar Dec 28 '22 04:12 lytvynenko