Honeybadger v0.7.0-beta Honeybadger.Filter behaviour
Specification of user overrideable filter functions.
See moduledoc for Honeybadger.FilterMixin for details on
implementing your own filter.
Summary
Callbacks
For applications that use Honeybadger.Plug, filter the cgi_data.
cgi_data is a map of String.t to String.t which includes HTTP
headers and other pre-defined request data (including PATH_INFO,
QUERY_STRING, SERVER_PORT etc.)
Filter the context Map. The context is a map of application supplied data
Filter the error message string. This is the message from the most recently thrown error
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"}
For applications that use Honeybadger.Plug, filter the session
Callbacks
For applications that use Honeybadger.Plug, filter the cgi_data.
cgi_data is a map of String.t to String.t which includes HTTP
headers and other pre-defined request data (including PATH_INFO,
QUERY_STRING, SERVER_PORT etc.).
Filter the context Map. The context is a map of application supplied data.
Filter the error message string. This is the message from the most recently thrown error.
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"}
For applications that use Honeybadger.Plug, filter the session.