aws / aws-xray-sdk-go

AWS X-Ray SDK for the Go programming language.
Apache License 2.0
276 stars 117 forks source link

Move checks for deprecated methods deeper in the processing flow #341

Closed crabtree closed 2 years ago

crabtree commented 2 years ago

Issue #, if available:

340

Description of changes:

Move the interface checks for the deprecated methods to allow to call their contextual replacements.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.