1
我有一個客戶端JavaScript應用程序,我想向Stackdriver錯誤報告報告錯誤和異常。發送瀏覽器JavaScript錯誤到Stackdriver錯誤報告
我有一個客戶端JavaScript應用程序,我想向Stackdriver錯誤報告報告錯誤和異常。發送瀏覽器JavaScript錯誤到Stackdriver錯誤報告
Stackdriver錯誤報告可以處理來自客戶端JavaScript的錯誤。
您需要一個Google Cloud Console項目。 然後enable the Stackdriver Error Reporting API和get an API key。
報告客戶端錯誤是通過使用API密鑰調用report API endpoint完成的。
然後你可以使用這個JavaScript模塊正常化異常堆棧跟蹤,並將它們發送到爲Stackdriver預期的格式:https://github.com/GoogleCloudPlatform/stackdriver-errors-js