@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.
- package/bundles/softheon-armature.umd.js +1 -1
- package/bundles/softheon-armature.umd.js.map +1 -1
- package/bundles/softheon-armature.umd.min.js +1 -1
- package/bundles/softheon-armature.umd.min.js.map +1 -1
- package/esm2015/lib/rum/services/softheon-error-handler.service.js +2 -2
- package/esm5/lib/rum/services/softheon-error-handler.service.js +2 -2
- package/fesm2015/softheon-armature.js +1 -1
- package/fesm2015/softheon-armature.js.map +1 -1
- package/fesm5/softheon-armature.js +1 -1
- package/fesm5/softheon-armature.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 {?}
|