Honeybadger.ExcludeErrors behaviour (Honeybadger v0.24.0)

View Source

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

exclude_error?(t)

@callback exclude_error?(Honeybadger.Notice.t()) :: boolean()

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