Skip to content

Commit 14300c2

Browse files
committed
chore: test workflow
1 parent 97cb288 commit 14300c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/datadog.ts

Lines changed: 1 addition & 0 deletions
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)