v1.2.7
Changed how custom code is executed when analytics events occur.
To execute your code after the event occurs, you should implement a subclass of the ZPM.Analytics.AbstractEventProcessor
class
and override the method: ClassMethod Process(event as ZPM.Analytics.Event) As %Status