Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-Authored-By: Kyle Nusbaum <kyle.nusbaum@datadoghq.com>
  • Loading branch information
gbbr and knusbaum authored Apr 15, 2020
1 parent 2fa7508 commit f775c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddtrace/tracer/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func WithSampler(s Sampler) StartOption {
}

// WithHTTPRoundTripper is deprecated. Please consider using WithHTTPClient instead.
// The function allows customizing the underlying HTTP transport for emitting spans.
func WithHTTPRoundTripper(r http.RoundTripper) StartOption {
return WithHTTPClient(&http.Client{
Transport: r,
Expand Down

0 comments on commit f775c0e

Please sign in to comment.