Пример #1
0
 /**
  * Sets whether Bugsnag should send $_ENV with each error.
  *
  * @param Boolean $sendEnvironment whether to send the environment
  * @static 
  */
 public static function setSendEnvironment($sendEnvironment)
 {
     return \Bugsnag_Client::setSendEnvironment($sendEnvironment);
 }