Skip to content

0.7.8

Latest

Choose a tag to compare

@lahmatiy lahmatiy released this 31 Mar 23:50
  • Fixed location retrieval for evaled code without a //# sourceURL=... comment. Although using eval is considered an anti-pattern, it is widely used in dev builds by bundlers like webpack and rspack as a module wrapper. When the comment is missing, the call site entry string format in the stack trace changes. This update adds parsing support for such entries in V8 stack traces to ensure correct behavior. It also fixes the hooks call tree, which relies on location data to determine call nesting.