Skip to content

Commit

Permalink
Replace ToHeader.all with ToHeaders.standard
Browse files Browse the repository at this point in the history
  • Loading branch information
janstenpickle committed Jul 6, 2021
1 parent 46452d8 commit 3556b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.http4s.client.Client
trait ClientSyntax {
implicit class TracedClient[F[_]](client: Client[F]) {
def liftTrace[G[_]](
toHeaders: ToHeaders = ToHeaders.all,
toHeaders: ToHeaders = ToHeaders.standard,
spanNamer: Http4sSpanNamer = Http4sSpanNamer.methodWithPath
)(implicit P: Provide[F, G, Span[F]], F: MonadCancelThrow[F], G: MonadCancelThrow[G]): Client[G] =
ClientTracer
Expand Down

0 comments on commit 3556b54

Please sign in to comment.