Skip to content

Event Priorities

Pre-release
Pre-release
Compare
Choose a tag to compare
@jahunt1 jahunt1 released this 07 Apr 20:03

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.