package:unified_analytics v6.0.0
·
6217 commits
to main
since this release
- Consolidate
Session
functionality intoUserProperty
to prevent race condition crash where session logic crashed before initializingUserProperty
- Get rid of
late
variables throughout implementation class,AnalyticsImpl
- Any error events (
Event.analyticsException
) encountered within package will be sent when invokingAnalytics.close
; replacingErrorHandler
functionality - Exposing new method for
FakeAnalytics.sendPendingErrorEvents
to send error events on command - Added
Event.fromJson
static method to generate instance ofEvent
from JSON - Remove unused parameters
measurementId
andapiSecret
from theAnalytics.test
constructor - Remove
Analytics.test
factory constructor in favor ofAnalytics.fake
static method to return aFakeAnalytics
instance - Remove
FakeAnalytics
default constructor in favor ofAnalytics.fake