monkey-front-core 0.0.556 → 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);