I'm using nodejs appdynamics agent, when deployed in AWS EC2 Container application is not up because of this error.
Even in local when tried to run this, I'm stuck with same error. Please help!
docker container run <<DOCKERIMAGE>>
TypeError: Cannot read property 'logError' of undefined at LibagentConnector.logError (/usr/src/app/node_modules/appdynamics/lib/libagent/libagent-connector.js:367:17) at Logger.error (/usr/src/app/node_modules/appdynamics/lib/core/logger.js:167:28) at Agent.init (/usr/src/app/node_modules/appdynamics/lib/core/agent.js:319:17) at AppDynamics.self.(anonymous function) [as profile] (/usr/src/app/node_modules/appdynamics/lib/core/agent.js:610:26)
... View more