0
集成Instabug
我swift 2.3
應用程序,但看到的Instabug
錯誤報告API接受NSException
如下,Swift 2.3,如何向Instabug報告錯誤?
Instabug.reportException(E)
但在迅疾2.3,我得到NSError實例在catch塊內。
do {
}
catch let error as NSError {
}
我想報告我在catch塊中得到的錯誤爲Instabug
。請讓我知道我該如何做到這一點。