getappmap/appmap-agent-js

support external installation of the agent

Closed this issue · 1 comments

Currently, the agent breaks when it is installed outside of the project directory. A known breakage is when using require("@jest/globals") without scoping the require function in directory of the project.

fixed by 9c3f03c