We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31883b commit 7c4a305Copy full SHA for 7c4a305
1 file changed
lib/agent/api/index.js
@@ -76,7 +76,7 @@ CollectorApi.prototype._send = function (destinationUrl, data) {
76
}))
77
})
78
79
- debug('sending data to trace servers: ', payload)
+ debug('sending data to trace servers: ', destinationUrl, payload)
80
req.write(payload)
81
req.end()
82
}
@@ -219,6 +219,8 @@ CollectorApi.prototype.getService = function (cb) {
219
220
221
222
+ debug('getting serviceKey with payload:', payload)
223
+
224
225
226
0 commit comments