@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.
|
@@ -4878,6 +4878,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
4878
4878
|
try {
|
|
4879
4879
|
if (this.options.showPublishPayload) {
|
|
4880
4880
|
console.log(chalk$1.grey(`PublishTransportRESTServer::Publish() url: [${this.options.url}]`));
|
|
4881
|
+
console.log(payload);
|
|
4881
4882
|
}
|
|
4882
4883
|
const encodedData = encode(payload, { ignoreUndefined: true });
|
|
4883
4884
|
const headers = { "Content-Type": "application/octet-stream" };
|