/**
  * Disable auto rum for current transaction.
  */
 function disable_auto_rum()
 {
     NewRelicWrapper::disable_auto_rum();
 }