monkey-front-core 0.0.554 → 0.0.555

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.
@@ -3933,6 +3933,9 @@ class MonkeyEcxLogsConfigService {
3933
3933
  async applyInfoToDataDog(environment) {
3934
3934
  try {
3935
3935
  const token = await this.tokenStorage.getToken();
3936
+ console.log('aply info to datadog');
3937
+ console.log(token);
3938
+ console.log(environment);
3936
3939
  if (token.accessToken && environment.dataDogApplicationId) {
3937
3940
  const me = await this.tokenStorage.getMe();
3938
3941
  const user = {