Automatic Instrumentation
For automatic instrumentation you must configure the following environment variables.
APPDYNAMICS_IS_ESM_ENABLE
- The value of this variable depends on the Java Script module that you are utilizing. If you are using ESM module, set the variable totrue
. However, if you are not using ESM module, set the variable tofalse
.APPDYNAMICS_APPLICATION_LAMBDA_HANDLER
- You must define this variable to execute the lambda. Specify the handler function of the lambda in this variable.