See this issue and the associated images.
I want to run this command: StackTrace.getSync().
I would like the fileName field to reveal the filename from during Development.
stacktrace.js should provide some way to load the source map and then when StackTrace.getSync() is called, replace the fileName with the original fileName.
See this issue and the associated images.
I want to run this command:
StackTrace.getSync().I would like the
fileNamefield to reveal the filename from during Development.stacktrace.jsshould provide some way to load the source map and then whenStackTrace.getSync()is called, replace thefileNamewith the original fileName.