@nsshunt/stsobservability 1.0.39 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4882,6 +4882,7 @@ class PublishTransportRESTServer extends STSOptionsBase {
|
|
|
4882
4882
|
try {
|
|
4883
4883
|
if (this.options.showPublishPayload) {
|
|
4884
4884
|
console.log(chalk$1.grey(`PublishTransportRESTServer::Publish() url: [${this.options.url}]`));
|
|
4885
|
+
console.log(payload);
|
|
4885
4886
|
}
|
|
4886
4887
|
const encodedData = encode(payload, { ignoreUndefined: true });
|
|
4887
4888
|
const headers = { "Content-Type": "application/octet-stream" };
|