Skip to content

v1.7.0 - Adds ErrorBoundary and Logging configuration

Compare
Choose a tag to compare
@kenny-statsig kenny-statsig released this 30 Nov 00:24
· 196 commits to main since this release
  • Added LoggingInterval and LoggingMaxBufferSize to Options
    • LoggingInterval assigns the number of seconds to wait between each batch log
    • LoggingMaxBufferSize is the maximum number of events to queue before batch logging
  • Update logic to support Users without UserID. Now Users must have a UserID or 1 valid CustomID
  • [Internal] Added evaluation details, error boundary, SDK version testing