monkey-front-core 0.0.566 → 0.0.568

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.
@@ -3970,6 +3970,9 @@ class MonkeyEcxLogsConfigService {
3970
3970
  locale: me.locale
3971
3971
  };
3972
3972
  datadogRum.setUser(user);
3973
+ if (environment.dataDogBrowserLogsEnable) {
3974
+ datadogLogs.setUser(user);
3975
+ }
3973
3976
  }
3974
3977
  }
3975
3978
  catch (e) {
@@ -5314,6 +5317,10 @@ class MonkeyEcxOthersErrorsHandlingService {
5314
5317
  console.log('==> error <==');
5315
5318
  console.log(error);
5316
5319
  }
5320
+ MonkeyEcxLogs.log({
5321
+ message: '==> error <==',
5322
+ error
5323
+ });
5317
5324
  }
5318
5325
  catch (e) {
5319
5326
  // not to