monkey-front-core 0.0.555 → 0.0.557

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.
@@ -3932,6 +3932,8 @@ class MonkeyEcxLogsConfigService {
3932
3932
  }
3933
3933
  async applyInfoToDataDog(environment) {
3934
3934
  try {
3935
+ console.log('@@@@');
3936
+ console.log(this.tokenStorage);
3935
3937
  const token = await this.tokenStorage.getToken();
3936
3938
  console.log('aply info to datadog');
3937
3939
  console.log(token);
@@ -3948,6 +3950,7 @@ class MonkeyEcxLogsConfigService {
3948
3950
  }
3949
3951
  }
3950
3952
  catch (e) {
3953
+ console.log(e);
3951
3954
  // not to do
3952
3955
  }
3953
3956
  }