You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update trace propagation format for botocore direct invocations (#2639)
* Update trace propagation format for botocore direct invocations
* Update client context format in one other place
* Add config for add_datadog_object
* Refactor modify_client_context and inject_trace_to_client_context
* black
* default false
* Add a test for the config flag
* Document the config variable
* Add release notes
* add a bunch of newlines for flake8
* Defaut -> Default
* add js and clientContext to wordlist
* Update ddtrace/contrib/botocore/patch.py
Mutate client_context_object instead of returning
Co-authored-by: Kyle Verhoog <[email protected]>
* Update ddtrace/contrib/botocore/patch.py
Co-authored-by: Kyle Verhoog <[email protected]>
* Trimmed down on excess documentation
* rename config value to BOTOCORE_INVOKE_WITH_LEGACY_CONTEXT
* run black
* Remove clientContext form wordlist
* Improve documentation
* upgrades -> upgrade
* re-write release notes
* fix spelling of fnuctions
Co-authored-by: Kyle Verhoog <[email protected]>
Co-authored-by: Brett Langdon <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
0 commit comments