Skip to content

Commit

Permalink
[release] 0.30.0 - 🚩[Bug Fix] error boundary synchronously sends requ…
Browse files Browse the repository at this point in the history
…est (#247)

In cases where an exception was thrown within the core API methods for
the first time in a session, we attempt to notify the statsig backend.
This was a blocking network call, which shouldn’t have been.

Other changes:
Adds diagnostics for log event requests
Refactors diagnostics to support multiple instances of the StatsigServer
Exposes the value on a layer object





>Included In This Release
>- 23c9e00 tore-statsig
>   - fix: make error boundary non-blocking (#246)
>- 74d4197 kat-statsig
>   - expose value on layer (#243)
>- 98d8ffb Xin Li
>   - Update kong.yml  (#240)
>- d5804ae Xin Li
>   - Log event diag impl (#242)
>- 5d63e25 Xin Li
>   - Refactor diagnostics to support multi-instances (#241)
  • Loading branch information
tore-statsig committed Apr 29, 2024
1 parent 23c9e00 commit 8ab7e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.29.1'
__version__ = '0.30.0'

0 comments on commit 8ab7e96

Please sign in to comment.