Serverless webpack sourcemap console error handling

I am deploying my application with serverless-webpack and ts-loader. I am tracking errors with the serverless console. The serverless console doesn’t seem to utilize the generated source map when displaying captured exceptions. It only shows the minified code.

If this is not a currently supported feature, does anyone have suggestions for the best way to log errors in a development workflow?

Hi

Have you set the environment variable NODE_OPTIONS: ‘–enable-source-maps’ ?