Current section

Files

Jump to
tapper_plug CHANGELOG.md
Raw

CHANGELOG.md

## v0.3.0
* Add optional `path_redactor` hook for whenever `Plug.Conn.request_path` is used.
* when starting a trace, set the root span's name to HTTP method and path, e.g. "GET /foo/bar"; runs through redactor.
* Allow `debug` flag to be set in Application config via `:tapper_plug, :debug` for easier control #1 (HT @alexlafroscia).