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.
- package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +5 -2
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -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.555.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);
|
|
@@ -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
|
}
|