v1.8.10
This update mainly focuses on optimizing the "Locate Source-Code Of Error From Sourcemap" feature. Here are the details:
- π The Replay page (
/replay
) now supports source mapping for errors as well; - π Previously, only caught exceptions supported source mapping. Now, errors logged using
console.xxx(<Error>)
can also be mapped to their source, see #212 ; - π If there are
\t
tabs in the source code, an option is provided to choose the equivalent number of spaces for each tab; - π Various bug fixes, see #211 / HuolalaTech/page-spy#97