Skip to content

v4.15.3 - patch logEvent value turning 0/'' to null, patch node-fetch require

Compare
Choose a tag to compare
@tore-statsig tore-statsig released this 11 May 23:25
· 467 commits to main since this release
b54b920
  • 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