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.
@@ -3978,9 +3978,8 @@ class MonkeyEcxLogsConfigService {
3978
3978
  version: configBootstrap?.version,
3979
3979
  trackSessionAcrossSubdomains: true,
3980
3980
  useSecureSessionCookie: true,
3981
- forwardErrorsToLogs: true,
3982
- sessionSampleRate: 100,
3983
- forwardConsoleLogs: 'all'
3981
+ forwardErrorsToLogs: false,
3982
+ sessionSampleRate: 100
3984
3983
  });
3985
3984
  }
3986
3985
  this.allSet = true;