Ejemplo n.º 1
0
 /**
  * Set custom metadata to send to Bugsnag with every error. You can use
  * this to add custom tabs of data to each error on your Bugsnag dashboard
  *
  * @param Array $metaData an array of arrays of custom data. Eg:
  *        array(
  *            "user" => array(
  *                "name" => "James",
  *                "email" => "*****@*****.**"
  *            )
  *        )
  * @static 
  */
 public static function setMetaData($metaData)
 {
     return \Bugsnag_Client::setMetaData($metaData);
 }