Skip to content

Commit ac17595

Browse files
authored
Merge pull request #192 from shafin-deriv/shafin/BOT/chore-test-workflow
chore: test workflow
2 parents 97cb288 + 14300c2 commit ac17595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/datadog.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const getConfigValues = (is_production: boolean) => {
2525

2626
const initDatadog = (is_datadog_enabled: boolean) => {
2727
if (!is_datadog_enabled) return;
28+
console.log('current environment: ', process.env.NODE_ENV);
2829
if (process.env.NODE_ENV === 'production' || process.env.NODE_ENV === 'staging') {
2930
const is_production = process.env.NODE_ENV === 'production';
3031
const {

0 commit comments

Comments
 (0)