enableMonitoring method

dynamic enableMonitoring()

Implementation

enableMonitoring() {
  this.monitoringEnabled = true;
  return this;
}