v1.7.0 - Adds ErrorBoundary and Logging configuration
- Added
LoggingInterval
andLoggingMaxBufferSize
toOptions
LoggingInterval
assigns the number of seconds to wait between each batch logLoggingMaxBufferSize
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