Skip to content

Commit 16a3b6e

Browse files
turn off working income special validation on dev and staging
1 parent 5e528f8 commit 16a3b6e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gitops/overlays/dev/configs/cdb-estimator-frontend/config.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,6 @@ OTEL_TRACES_ENDPOINT=https://dynatrace.dev-dp.admin.dts-stn.com/e/21a07aef-852b-
134134
OTEL_USE_CONSOLE_METRIC_EXPORTER=
135135

136136
# Enable the console trace exporter (default: false).
137-
OTEL_USE_CONSOLE_TRACE_EXPORTER=
137+
OTEL_USE_CONSOLE_TRACE_EXPORTER=
138+
139+
ESTIMATOR_WORKING_INCOME_SPECIAL_VALIDATION_ENABLED=false

gitops/overlays/staging/configs/cdb-estimator-frontend/config.conf

+2
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,5 @@ OTEL_USE_CONSOLE_METRIC_EXPORTER=
135135

136136
# Enable the console trace exporter (default: false).
137137
OTEL_USE_CONSOLE_TRACE_EXPORTER=
138+
139+
ESTIMATOR_WORKING_INCOME_SPECIAL_VALIDATION_ENABLED=false

0 commit comments

Comments
 (0)