pub const PROCESS_ENVIRONMENT_VARIABLE: &'static str;Expand description
Process environment variables, key being the environment variable name, the value being the environment variable value.
§Notes
Examples:
- an environment variable
USERwith value"ubuntu"SHOULD be recorded as theprocess.environment_variable.USERattribute with value"ubuntu". - an environment variable
PATHwith value"/usr/local/bin:/usr/bin"SHOULD be recorded as theprocess.environment_variable.PATHattribute with value"/usr/local/bin:/usr/bin".
§Examples
"ubuntu""/usr/local/bin:/usr/bin"