mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00

* Adds an option to configure `disable_aws_context_propagation` by environment variable The variable `OTEL_LAMBDA_DISABLE_AWS_CONTEXT_PROPAGATION` can be used to disable aws context propagation. This is similar to the proposed changes in the JS implementation: https://github.com/open-telemetry/opentelemetry-js-contrib/pull/1227 Signed-off-by: Alex Boten <aboten@lightstep.com> * update changelog * Apply suggestions from code review Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com> Signed-off-by: Alex Boten <aboten@lightstep.com> Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>