window.onerrorでエラー内容が取れない時の対応 - Qiita
window.onerrorについて window.onerror = function (msg, file, line, column, err) { /* msg: error message file: file path line: row number...