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
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.
The text was updated successfully, but these errors were encountered:
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 whenStackTrace.getSync()
is called, replace thefileName
with the original fileName.The text was updated successfully, but these errors were encountered: