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

VWO Node SDK for server-side testing

Results 8 vwo-node-sdk issues
Sort by recently updated
recently updated
newest added

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...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.4.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Looks like we stumbled across a bug in our production middleware that was resulting in some unwarranted internal service errors - looks to us like there's an overflow in the...

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.9 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies

There are calls to `console.log` in `lib/utils/HttpXMLUtil.js` that don't follow the SDK's standard logging format and aren't controlled by the client's specified log level. This generates a lot of noise...

While integrating the `vwo-node-sdk` library on the server-side of an existing SSR react application is crashing the whole application. Following is the exception that I am receiving: `events.js:377 throw er;...

where does wingify stand on esm support for node-sdk?