View Source Honeybadger.ExcludeErrors behaviour (Honeybadger v0.19.0)
Specification of user overrideable exclude_errors function.
Link to this section Summary
Callbacks
Takes in a notice struct and supposed to return true or false depending with the user Specification
Link to this section Callbacks
@callback exclude_error?(Honeybadger.Notice.t()) :: boolean()
Takes in a notice struct and supposed to return true or false depending with the user Specification