monkey-front-core 0.0.558 → 0.0.560

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.
@@ -3926,7 +3926,7 @@ class MonkeyEcxLogsConfigService {
3926
3926
  defaultPrivacyLevel: 'mask-user-input'
3927
3927
  });
3928
3928
  datadogRum.startSessionReplayRecording();
3929
- this.applyInfoToDataDog(environment);
3929
+ // this.applyInfoToDataDog(environment);
3930
3930
  this.allSet = true;
3931
3931
  }
3932
3932
  }
@@ -3939,6 +3939,8 @@ class MonkeyEcxLogsConfigService {
3939
3939
  console.log('aply info to datadog');
3940
3940
  console.log(token);
3941
3941
  console.log(environment);
3942
+ console.log('#####');
3943
+ console.log(datadogRum.getUser());
3942
3944
  if (token.accessToken && environment.dataDogApplicationId) {
3943
3945
  const me = await tokenStorage.getMe();
3944
3946
  const user = {