PUSH_METRICS
boolean configuration variable is evaluated. Previously, any non-empty value other than "0"
would evaluate to true
(e.g. PUSH_METRICS=false
would evaluate to true
). This has been changed to provide expected outcomes: the only values that evaluate true
are now "1"
, "true"
, and "TRUE"
, leaving all other values to evaluate to false
.