callback(event)

2019-02-20 15:50 更新

callback是回調(diào)函數(shù),只能在JavasScript中配置:

if ("fundebug" in window) {
    fundebug.callback = function(event) {
        console.log(event);
    }; 
}

其中event為上報到Fundebug服務(wù)器的錯誤數(shù)據(jù),需要的話,您可以使用callback函數(shù)來查看錯誤數(shù)據(jù),也可以將其發(fā)送到其他數(shù)據(jù)平臺。


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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號