monkey-front-core 0.0.605 → 0.0.606
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/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +3 -4
- package/fesm2015/monkey-front-core.mjs +2 -3
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -3
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.606.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.605.tgz +0 -0
|
@@ -3978,9 +3978,8 @@ class MonkeyEcxLogsConfigService {
|
|
|
3978
3978
|
version: configBootstrap?.version,
|
|
3979
3979
|
trackSessionAcrossSubdomains: true,
|
|
3980
3980
|
useSecureSessionCookie: true,
|
|
3981
|
-
forwardErrorsToLogs:
|
|
3982
|
-
sessionSampleRate: 100
|
|
3983
|
-
forwardConsoleLogs: 'all'
|
|
3981
|
+
forwardErrorsToLogs: false,
|
|
3982
|
+
sessionSampleRate: 100
|
|
3984
3983
|
});
|
|
3985
3984
|
}
|
|
3986
3985
|
this.allSet = true;
|