Comparing version 1.24.4 to 1.24.5
@@ -91,3 +91,3 @@ /* | ||
if (metric.sct === 'OS') { | ||
this.collectdFormatLine(metric) | ||
line = this.collectdFormatLine(metric) | ||
} else { | ||
@@ -94,0 +94,0 @@ line = util.format("%d\t%s\t%d\t%s\t%s", now, (metric.type || this.defaultType) + '-' + metric.name, metric.ts, formatArray(metric.filters), formatArray(metric.value)) |
@@ -199,5 +199,4 @@ /* | ||
SpmSender.prototype.formatLine = function (metric) { | ||
var line = metric.spmLine | ||
logger.debug(line) | ||
return line | ||
logger.debug(metric.spmLine) | ||
return metric.spmLine | ||
} | ||
@@ -204,0 +203,0 @@ /** |
{ | ||
"name": "spm-agent", | ||
"version": "1.24.4", | ||
"version": "1.24.5", | ||
"description": "Node.js agent framework for SPM by Sematext", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49854
892