Skip to content

Commit

Permalink
[release] 4.52.0 - Add InitRequestRetries into Statsig Options, Bug F…
Browse files Browse the repository at this point in the history
…ix For Auto Metrics (#472)

**New Features**
- Custom Request Retries: Introducing `initRequestRetries` in
`StatsigOptions`, empowering customers to define the number of retry
attempts for initialization requests according to their preferences.

**Enhancements**
- Consistent Logging: Modified log messages across the codebase to
adhere to the `[Statsig]` prefix convention for better organization and
clarity.
- Bug fix: safer checks on auto metrics.





>Included In This Release
>- d440265 Weihao Ding
>   - Add Init Request Retries Into StatsigOptions (#470)
>- cb9ee74 tore-statsig
>   - bugfix: safer checks on auto metrics (#471)

---------

Co-authored-by: weihao-statsig <[email protected]>
  • Loading branch information
weihao-statsig and weihao-statsig authored Apr 3, 2024
1 parent d440265 commit c78d323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-js",
"version": "4.51.0",
"version": "4.52.0",
"description": "Statsig JavaScript client SDK for single user environments.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/SDKVersion.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '4.51.0'
export const version = '4.52.0'

0 comments on commit c78d323

Please sign in to comment.