From 24735f9a2c7fb0d84ff266a3f51c50d306839ddd Mon Sep 17 00:00:00 2001 From: tore-statsig <74584483+tore-statsig@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:49:21 -0800 Subject: [PATCH] [release] v5.15.0 - Internal Diagnostics Improvements, Manual Exposure Logging Bugfix (#394) Update to internal diagnostics logging which will always log initialize and config sync diagnostics. You can disable core_api (per check) diagnostics via the `disableDiagnostics` flag in `StatsigOptions` Bug fix - add environment to manual exposure logs via any of the manual exposure logging APIs >Included In This Release >- f885d32ee8d1dd9093e209e6cecd6ef649f4a417 tore-statsig > - Normalize user object on manual exposure logs (#393) >- 832fe6e3b79e294afb4ef162de1a433929e6a9e9 Xin Li > - Always log initialize and config sync diagnostics (#383) --------- Co-authored-by: statsig-kong[bot] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cdb3be..2fccaaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statsig-node", - "version": "5.14.0", + "version": "5.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "statsig-node", - "version": "5.14.0", + "version": "5.15.0", "license": "ISC", "dependencies": { "ip3country": "^5.0.0", diff --git a/package.json b/package.json index b53a1c1..66630ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsig-node", - "version": "5.14.0", + "version": "5.15.0", "description": "Statsig Node.js SDK for usage in multi-user server environments.", "main": "dist/index.js", "scripts": {