Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 360 Bytes

from-2-to-3.md

File metadata and controls

10 lines (8 loc) · 360 Bytes

Upgrade from version 2 to 3

Monitoring event

The MonitoringEvent class is gone. There is now an AbstractMonitoringEvent where its parameters property being protected instead of private.

Events names

Events names are gone. We now use specialized events. In the configuration, you should replace the old event names with the events class names.