Event Priorities
Pre-release
Pre-release
We have removed support for restricting providers through the analyticsEvent.addProvider(PROVIDER_TYPE) method. These are breaking changes from version 0.4. We have replaced this capability with the ability to set a priority level on the event. Providers can now be configured to log only events that meet the provider's priority filter criteria.
We have also started down the path of supporting error logging by including a ErrorEvent type.