Hi again Kyle,Unfortunately, I’m still having trouble integrating the appdynamics agent into our Azure (Windows) NodeJS app service.You proposed installing the module globally, but doing this means that the regular node require(…) does not work (see ...
Hi Kyle,Thanks for getting back so quickly.I hadn’t thought of putting the appdynamics require behind an environment variable switch — that makes a lot more sense of making it a per-machine installation.One issue that this leaves outstanding for me i...
Hi Kyle
I realise this is an old post, but this issue is causing us all sorts of problems.
We develop on Mac machines, have our CI running in Linux and Windows and deploy to Windows (Azure).
Our deployment relies on the package-lock.json file a...