Skip to content

Commit 8bc334d

Browse files
committed
chore: remove deprecated ER variable
1 parent aa588e2 commit 8bc334d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

utils/_context/_scenarios/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ class _Scenarios:
700700
debugger_exception_replay = DebuggerScenario(
701701
"DEBUGGER_EXCEPTION_REPLAY",
702702
weblog_env={
703-
"DD_EXCEPTION_DEBUGGING_ENABLED": "1",
703+
"DD_EXCEPTION_REPLAY_ENABLED": "1",
704704
"DD_EXCEPTION_REPLAY_CAPTURE_MAX_FRAMES": "10",
705705
},
706706
doc="Check exception replay",
@@ -733,7 +733,7 @@ class _Scenarios:
733733
"DD_REMOTE_CONFIG_ENABLED": "true",
734734
"DD_CODE_ORIGIN_FOR_SPANS_ENABLED": "1",
735735
"DD_DYNAMIC_INSTRUMENTATION_ENABLED": "1",
736-
"DD_EXCEPTION_DEBUGGING_ENABLED": "1",
736+
"DD_EXCEPTION_REPLAY_ENABLED": "1",
737737
"DD_SYMBOL_DATABASE_UPLOAD_ENABLED": "1",
738738
},
739739
library_interface_timeout=5,

utils/telemetry/intake/static/config_norm_rules.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"DD_APM_RECEIVER_PORT": "trace_agent_port",
2828
"DD_APM_RECEIVER_SOCKET": "trace_agent_socket",
2929
"DD_APM_TRACING_ENABLED": "apm_tracing_enabled",
30-
"DD_APPLICATION_MONITORING_CONFIG_FILE_ENABLED":"application_monitoring_config_file_enabled",
30+
"DD_APPLICATION_MONITORING_CONFIG_FILE_ENABLED": "application_monitoring_config_file_enabled",
3131
"DD_APPSEC_AUTOMATED_USER_EVENTS_TRACKING": "appsec_auto_user_events_tracking",
3232
"DD_APPSEC_AUTO_USER_INSTRUMENTATION_MODE": "appsec_auto_user_instrumentation_mode",
3333
"DD_APPSEC_COLLECT_ALL_HEADERS ": "appsec_collect_all_headers",
@@ -120,7 +120,6 @@
120120
"DD_ERROR_TRACKING_REPORT_HANDLED_ERRORS_ENABLED_MODULES": "error_tracking_report_handled_errors_enabled_modules",
121121
"DD_ERROR_TRACKING_REPORT_HANDLED_ERRORS_LOGGER": "error_tracking_report_handled_errors_logger",
122122
"DD_EXCEPTION_DEBUGGING_CAPTURE_FULL_CALLSTACK_ENABLED": "exception_debugging_capture_full_callstack_enabled",
123-
"DD_EXCEPTION_DEBUGGING_ENABLED": "exception_replay_enabled",
124123
"DD_EXCEPTION_DEBUGGING_MAX_EXCEPTION_ANALYSIS_LIMIT": "exception_debugging_max_exception_analysis_limit",
125124
"DD_EXCEPTION_DEBUGGING_MAX_FRAMES_TO_CAPTURE": "exception_debugging_max_frames_to_capture",
126125
"DD_EXCEPTION_DEBUGGING_RATE_LIMIT_SECONDS": "exception_debugging_rate_limit_seconds",
@@ -709,7 +708,6 @@
709708
"enabled": "trace_enabled",
710709
"env": "env",
711710
"environment_fulltrust_appdomain": "environment_fulltrust_appdomain_enabled",
712-
"exception_debugging_enabled": "exception_replay_enabled",
713711
"exception_replay_capture_intermediate_spans_enabled": "exception_replay_capture_intermediate_spans_enabled",
714712
"exception_replay_capture_interval_seconds": "exception_replay_capture_interval_seconds",
715713
"exception_replay_capture_max_frames": "exception_replay_capture_max_frames",

0 commit comments

Comments
 (0)