silent

2019-02-20 15:51 更新

如果您暫時(shí)不需要使用Fundebug,可以選擇配置安靜模式,將silent屬性設(shè)為true。這樣的話,F(xiàn)undebug不會(huì)收集錯(cuò)誤信息,因此也不會(huì)發(fā)送報(bào)警郵件。

  • 在HTML中配置<script>標(biāo)簽中配置silent屬性
<script src="https://js.fundebug.cn/fundebug.1.5.1.min.js" rel="external nofollow"  
            apikey="API-KEY" 
            silent=true></script>
  • 在JavaScript中配置silent變量
if ("fundebug" in window) {
   fundebug.silent = true;
}

當(dāng)silent設(shè)為true時(shí),F(xiàn)undebug不再收集任何錯(cuò)誤。


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)