f-twelve icon indicating copy to clipboard operation
f-twelve copied to clipboard

Apply sourcemaps

Open pgross41 opened this issue 4 years ago • 1 comments

Current stack traces show minified code locations. If sourcemap is available, apply it and display the source file/line/column.

No idea how to apply sourcemap with JS, this site does it but its server side https://sourcemaps.info/

pgross41 avatar Nov 11 '20 14:11 pgross41

Could possibly implement manually https://blog.sentry.io/2015/10/29/debuggable-javascript-with-source-maps

pgross41 avatar Jan 13 '21 16:01 pgross41