@softheon/armature 8.12.0 → 8.13.0

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.
@@ -8915,7 +8915,7 @@
8915
8915
  function () {
8916
8916
  /** @type {?} */
8917
8917
  var errStr = JSON.stringify(_this.currentError);
8918
- _this.httpClient.post(_this.rumConfig.serverUrl, { error: errStr, applicationName: appName })
8918
+ _this.httpClient.post(_this.rumConfig.serverUrl, { error: errStr, applicationName: appName, logLevel: "Warn" })
8919
8919
  .pipe(operators.catchError((/**
8920
8920
  * @param {?} error
8921
8921
  * @return {?}