-
Notifications
You must be signed in to change notification settings - Fork 14
chore: remove deprecated ER variable #5622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
b878bf5 to
8bc334d
Compare
8bc334d to
e3bd952
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non blocking comment : Do the old value will be in tracer with backports ? if yes, we need to keep a mechanism that adds it for those older versions. Ping me if yes, I'll show you what is the good pattern for that.
The support for this old variable will be dropped in v4. The new variable has been around for a long time and all the versions that we still support have it, so the deprecated one is not needed as long as we're testing versions for which we still offer support. |
| "DD_ERROR_TRACKING_REPORT_HANDLED_ERRORS_ENABLED_MODULES": "error_tracking_report_handled_errors_enabled_modules", | ||
| "DD_ERROR_TRACKING_REPORT_HANDLED_ERRORS_LOGGER": "error_tracking_report_handled_errors_logger", | ||
| "DD_EXCEPTION_DEBUGGING_CAPTURE_FULL_CALLSTACK_ENABLED": "exception_debugging_capture_full_callstack_enabled", | ||
| "DD_EXCEPTION_DEBUGGING_ENABLED": "exception_replay_enabled", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file is meant to be 1:1 with the dd-go/config_norm_rules.json, so we should likely leave these, especially since older tracers will continue to emit the exception debugging value.
Motivation
System tests are still using the deprecated
DD_EXCEPTION_DEBUGGING_ENABLEDvariable.Changes
We remove any references of it and replace it with the official one where appropriate.
Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>], double-check that only<language>is impacted by the changebuild-XXX-imagelabel is present