收藏
回答

下载下来的sourcemap无法准确定位异常位置?

生产告警信息:

undefined is not a function (near \'...e.show...\')
value@https://res.servicewechat.com/weapp/release/***/87/appservice.app.js:2560:36373
@https://res.servicewechat.com/weapp/release/***/87/appservice.app.js:2560:39477


使用开发者工具source-map插件解析:

只有appservice.app.map.map能查到内容,但结果文件里并没有show相关调用。

/__APP__/appservice.app.map.map:{ source: 'webpack://***/service/WithdrawService.js',
  line: 85,
  column: 17,
  name: 'navigateBack' }
/__APP__/app-service.map.map:{ source: null, line: null, column: null, name: null }
/__FULL__/app-service.map.map:{ source: null, line: null, column: null, name: null }
/__FULL__/appservice.app.map.map:{ source: null, line: null, column: null, name: null }


疑问:

1、appservice.app.map.map和app-service.map.map有什么区别?

2、构建使用webpack,是什么原因导致无法准确定位到异常位置,开发者需要如何排查?


回答关注问题邀请回答
收藏
登录 后发表内容