Skip to content

Commit

Permalink
Merge pull request #192 from shafin-deriv/shafin/BOT/chore-test-workflow
Browse files Browse the repository at this point in the history
chore: test workflow
  • Loading branch information
shafin-deriv authored Dec 12, 2024
2 parents 97cb288 + 14300c2 commit ac17595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/datadog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const getConfigValues = (is_production: boolean) => {

const initDatadog = (is_datadog_enabled: boolean) => {
if (!is_datadog_enabled) return;
console.log('current environment: ', process.env.NODE_ENV);
if (process.env.NODE_ENV === 'production' || process.env.NODE_ENV === 'staging') {
const is_production = process.env.NODE_ENV === 'production';
const {
Expand Down

0 comments on commit ac17595

Please sign in to comment.