@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.
|
@@ -4751,7 +4751,18 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
4751
4751
|
});
|
|
4752
4752
|
setTimeout(async () => {
|
|
4753
4753
|
var _a2;
|
|
4754
|
-
|
|
4754
|
+
const publishTransportBaseOptions = this.options.publishTransportBaseOptions;
|
|
4755
|
+
const yy = {
|
|
4756
|
+
transportType: publishTransportBaseOptions.transportType,
|
|
4757
|
+
url: publishTransportBaseOptions.url,
|
|
4758
|
+
id: publishTransportBaseOptions.id
|
|
4759
|
+
};
|
|
4760
|
+
const options2 = {
|
|
4761
|
+
processContext: this.options.processContext,
|
|
4762
|
+
publishInterval: this.options.publishInterval,
|
|
4763
|
+
publishTransportBaseOptions: yy
|
|
4764
|
+
};
|
|
4765
|
+
await ((_a2 = __privateGet(this, _wwClient)) == null ? void 0 : _a2.emitex("options", options2));
|
|
4755
4766
|
this.StartPublish();
|
|
4756
4767
|
}, 1e3);
|
|
4757
4768
|
} else {
|