View Source Honeybadger.ExcludeErrors behaviour (Honeybadger v0.21.0)

Specification of user overrideable exclude_errors function.

Summary

Callbacks

Takes in a notice struct and supposed to return true or false depending with the user Specification

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