Skip to content

v1.8.10

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 03:50
· 197 commits to main since this release

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