reportAppError(json, status, path, msg.toString());
}
}
}
JSONArray customMetrics = (JSONArray) json.get("custom_metric");
if (customMetrics != null) {
for (Object key : customMetrics) {
JSONObject metric = (JSONObject)key;
String name = (String) metric.get("name");