Currently the source-map-support module (used by Babel), overwrites the Error.prepareStackTrace function without calling the original function. This means that we can't get stack traces if that module is in use.
We need to see if we can patch that module to have it call our prepareStackTrace function as well.
Related: Discuss topic
Currently the source-map-support module (used by Babel), overwrites the
Error.prepareStackTracefunction without calling the original function. This means that we can't get stack traces if that module is in use.We need to see if we can patch that module to have it call our
prepareStackTracefunction as well.Related: Discuss topic