PHP Agent v2.8.2
September 11, 2024
-
New
Added the option to prioritize environment variables over the agent configuration file (whatap.ini).-
Agent settings are applied in the order of whatap.ini and then environment variables.
-
When the
whatap.use_env_first
option (default value:false
) is set, environment variables take precedence over the settings in the whatap.ini file.whatap.iniwhatap.use_env_first=true
-
Alternatively, you can set the environment variable as
WHATAP_USE_ENV_FIRST=true
.
-
-
Fixed
Fixed the recognition error for theOKIND
environment variable.You can set
okind
by using theOKIND
orWHATAP_OKIND
environment variable.