tesla_middleware_tapper v0.2.0 Tesla.Middleware.Tapper

Enables distributed request tracing using Tapper

See https://github.com/Financial-Times/tapper how to set up Tapper.

Example usage

defmodule MyClient do
  use Tesla

  plug Tesla.Middleware.Tapper
end

Link to this section Summary

Link to this section Functions

Link to this function

call(env, next, opts)

Callback implementation for Tesla.Middleware.call/3.