Is it possible to get stack traces across async/await boundaries using –harmony_async_await in Node 7? March 30, 2023 by Tarik Since NodeJS v12 async stack traces are enabled by default. relevant issue how async stacktraces work