@nsshunt/stsobservability 1.0.49 → 1.0.50

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.
@@ -4760,6 +4760,7 @@ const _PublishInstrumentController = class _PublishInstrumentController extends
4760
4760
  publishInterval: options.publishInterval,
4761
4761
  publishTransportBaseOptions: options.publishTransportBaseOptions
4762
4762
  };
4763
+ publishInstrumentsOptions.publishTransportBaseOptions.agentOptions = void 0;
4763
4764
  setTimeout(async () => {
4764
4765
  var _a2;
4765
4766
  await ((_a2 = __privateGet(this, _wwClient)) == null ? void 0 : _a2.emitex("options", publishInstrumentsOptions));