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
@chenjiahan this case is for error stack matches invalid location in sourcemap, can be found in sourcemap;
in demo, throw an error in vue created, but it canot matches sourcemap in right location lines
Version
Details
vue2.7 rsbuild 配置 output.sourceMap: 'source-map'
当 vue 上下文中发生报错时,sentry sourcemap 不能定位到准确位置;js jsx ts tsx 中报错可以定位到准确位置;使用 vue-cli 的也可以定位到准确位置;
使用https://sourcemaps.io/进行检查含有vue 代码的 sourcemap提示不匹配,检查 js 如 lib-axios、lib-vue 的 sourcemap 能够匹配;
其他的一个报错:
Reproduce link
https://github.com/sbyps/rspack-demo
Reproduce Steps
npm run build
上传 sourcemap 到 sentry 服务器
访问网页、发现报错,查看 sentry issue,发现报错信息不能匹配
使用https://sourcemaps.io/进行检查record-replay.js.map也提示不匹配;
检查 lib-vue.js.map能够匹配
The text was updated successfully, but these errors were encountered: