issues:
- file paths and names hadn’t mapped (other words: sentry does not show original source paths and file names)
- names of variables hadn’t mapped too
- source code had not shown
why I expect it working:
- my bundles has postfixes like:
//# sourceMappingURL=583ebfe1a3ffd8b3043e.js.map
- our previous logger (honeybader) did understand out source maps.
- I looked in Sentry’s source map troubleshooting docs
- our webpack@4’config has:
devtool: 'source-map'
- map files a located at the same path as js-files. both are private intranet network
Useless trace:
Also: I need not only stacktrace, but source-mapped code snippet with an error position marker