v4.15.3 - patch logEvent value turning 0/'' to null, patch node-fetch require
-
Events with a value of 0 or empty string were logged with a null value. This has been fixed
-
There was an issue using Statsig in an edge function at build time related to the
require('node-fetch')
in the SDK, which is intentionally supposed to be optional. This was patched with a temporary workaround