aws / aws-xray-sdk-go

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

remove query string from url in http client http segment #228

Closed crathjen closed 4 years ago

crathjen commented 4 years ago

Issue #227

Description of changes: Removes query string from the http.request.url in the subsegment created by xray.RoundTripper

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