You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
123.{snip} unction mVe(e){try{const t=Gi(e);return gVe(t)}catch{throw new TypeError("Invalid input, address can't be parsed")}}function zp(e){return ty {snip}
Sentry
为了更好定位用户的错误,可以通过关键字搜索标签来判断用户的错误是什么 🤔
关键词搜索
browser.name:"Chrome"
browser.name:"Chrome" os.name:Windows
错误排查
TypeError
暂时看不到源码(待研究),通过编译后的错误信息查询问题所在。
继续向下查看调用方法
通过内容找到定义的方法。自己写的方法并没有定义 “Invalid input, address can't be parsed” 所以可能出现在包里面。
通过寻找 node_modules 和 GitHub Repo 寻找源码方法,一直找到错误输出所在判断 Bug 原因。
The text was updated successfully, but these errors were encountered: