@nsshunt/stsobservability 1.0.52 → 1.0.53

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.
@@ -4755,7 +4755,18 @@ const _PublishInstrumentController = class _PublishInstrumentController extends
4755
4755
  });
4756
4756
  setTimeout(async () => {
4757
4757
  var _a2;
4758
- await ((_a2 = __privateGet(this, _wwClient)) == null ? void 0 : _a2.emitex("options", {}));
4758
+ const publishTransportBaseOptions = this.options.publishTransportBaseOptions;
4759
+ const yy = {
4760
+ transportType: publishTransportBaseOptions.transportType,
4761
+ url: publishTransportBaseOptions.url,
4762
+ id: publishTransportBaseOptions.id
4763
+ };
4764
+ const options2 = {
4765
+ processContext: this.options.processContext,
4766
+ publishInterval: this.options.publishInterval,
4767
+ publishTransportBaseOptions: yy
4768
+ };
4769
+ await ((_a2 = __privateGet(this, _wwClient)) == null ? void 0 : _a2.emitex("options", options2));
4759
4770
  this.StartPublish();
4760
4771
  }, 1e3);
4761
4772
  } else {