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
The error proxied to embedded app console only shows entry-bundle line no and column no.
While the real browser console shows the error with proper source map link, the information (original source map position) is not in the error event object, hence is not sent to the embedded app console.
The error proxied to embedded app console only shows entry-bundle line no and column no.
While the real browser console shows the error with proper source map link, the information (original source map position) is not in the error event object, hence is not sent to the embedded app console.
Might need https://github.com/evanw/node-source-map-support to alter the original error event.
The text was updated successfully, but these errors were encountered: