You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
As part of splitting out the libraries we need to support the :header_keys_to_sanitize option in the new :timber_plug library. Previously this was defined as a root level timber configuration, but this should be moved to the :timber_plug library instead:
As part of splitting out the libraries we need to support the
:header_keys_to_sanitize
option in the new:timber_plug
library. Previously this was defined as a root level timber configuration, but this should be moved to the:timber_plug
library instead:Note, this should be case insensitive, which I think plug headers are anyway. It's probably best to just move this method into that library:
https://github.com/timberio/timber-elixir/blob/948be10c6416a77b1c27f93a598ae7113a27f80b/lib/timber/utils/http_events.ex#L78
The text was updated successfully, but these errors were encountered: