Skip to content

Commit 706d359

Browse files
[release] 4.49.0 - Introduces aggregated count checks for non exposed checks (#454)
In order to optimize payload size, we need to know which entities are checked by any sdk. exposures work for this, but if you disable exposure logging, we need a way to know you are accessing an entity from a given sdk key. This adds those counters. Internal updates to remove RN types from dev dependencies >Included In This Release >- 4811bf1 tore-statsig > - Remove rn dev dep types (#453) >- 8ef133d sroyal-statsig > - Event For Non Exposed Checks (#452) --------- Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
1 parent 4811bf1 commit 706d359

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statsig-js",
3-
"version": "4.48.0",
3+
"version": "4.49.0",
44
"description": "Statsig JavaScript client SDK for single user environments.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/SDKVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = '4.48.0'
2+
export const version = '4.49.0'

0 commit comments

Comments
 (0)