Closed zermelo-wisen closed 6 months ago
@zermelo-wisen this needs to be updated for multi-recording.
@zermelo-wisen this needs to be updated for multi-recording.
Done.
:tada: This PR is included in version 2.21.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
There was an issue with some generated appmaps, which resulted in the error bellow in the VS Code AppMap viewer - the spinner kept spinning.
The problem arose from the
parent_id
of certain event update objects (members of theeventUpdates
array) not matching a call event in the same appmap. In some cases, an appmap had finished, and a new one had been created by the time a promise was resolved, leading to the creation of a fix-up event in the wrong appmap.This fix verifies whether we are in the correct appmap and skips the fix-up process if not.