Skip to content

v1.12.0 - Error Boundary

Compare
Choose a tag to compare
@daniel-statsig daniel-statsig released this 24 May 20:37
· 195 commits to main since this release
  • Adds an error boundary around Statsig logic to prevent exceptions reaching client code and causing a crash. Errors are logged with Statsig to help diagnose problems.
  • Refactors some InternalStore logic to remove force unwrapped variables