I've encountered an issue when running npx appmap-node npm test with vitest. the appmap files are being generated but the end up in the tmp/appmap/process directory instead of the vitest like the documentation points out and all of the files end on .part like 2025-07-31T07-36-51.182Z.appmap.json.part and open as a regular text files
here are all the logs i get after running the tests on a clean run of vscode
https://srcb.in/iv1y5K2cH8
when running appmap in an example project - https://github.com/4Lajf/appmap-test
using the command npx appmap-node node index sales-data.json , appmap doesn't seem to generate any files.
it doesn't even detected that vitest is running on my example repository
PS <project>/appmap test> npx appmap-node vitest run
(Λ) Running with appmap-node version 2.24.3
(Λ) Using config file <project>appmap.yml
RUN v3.2.4 <project>/appmap test
✓ math-utils.test.js (27 tests) 25ms
// The tests go on but are only recorded as a "process"