fix(instrumentation): add OTEL_SEMCONV_STABILITY_OPT_IN to CLI args (#4438)
* fix(instrumentation): add OTEL_SEMCONV_STABILITY_OPT_IN to CLI args OTEL_SEMCONV_STABILITY_OPT_IN was not registered in environment_variables.py so the opentelemetry-instrument CLI did not expose a --semconv_stability_opt_in argument. Add the constant so the auto-instrumentation argument parser picks it up through the opentelemetry_environment_variables entry-point. Fixes #3965 Signed-off-by: alliasgher <alliasgher123@gmail.com> * chore: add CHANGELOG entry for #4438 Signed-off-by: Ali <alliasgher123@gmail.com> --------- Signed-off-by: alliasgher <alliasgher123@gmail.com> Signed-off-by: Ali <alliasgher123@gmail.com> Co-authored-by: Mike Goldsmith <goldsmith.mike@gmail.com> Co-authored-by: Aaron Abbott <aaronabbott@google.com>
A
Ali Asghar committed
5caa9ac9b15684c2f688edcb0d5d73cb19e5ae0e
Parent: 3c7c592
Committed by GitHub <noreply@github.com>
on 5/11/2026, 9:22:50 PM