Honeybadger.Filter.filter_params

You're seeing just the callback filter_params, go back to Honeybadger.Filter module for more information.

Specs

filter_params(map()) :: map()

For applications that use Honeybadger.Plug, filters the query parameters. The parameters is a map of String.t to String.t, e.g.:

%{"user_name" => "fred", "password" => "12345"}