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.
- package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +4 -2
- package/fesm2015/monkey-front-core.mjs +2 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/config/monkeyecx-logs-config.service.d.ts +3 -2
- package/monkey-front-core-0.0.557.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.556.tgz +0 -0
|
@@ -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);
|