Comparing version 1.24.1 to 1.24.2
@@ -27,5 +27,5 @@ /* | ||
var cluster = require('cluster') | ||
var workerId = 0 // 0 == Master, default | ||
var workerId = 0 + '-' + process.pid // 0 == Master, default | ||
if (!cluster.isMaster) { | ||
workerId = cluster.worker.id | ||
workerId = cluster.worker.id + '-' + process.pid | ||
} | ||
@@ -32,0 +32,0 @@ var agentSuperClass = { |
{ | ||
"name": "spm-agent", | ||
"version": "1.24.1", | ||
"version": "1.24.2", | ||
"description": "Node.js agent framework for SPM by Sematext", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
104147