CityBaseInc / airbrake_client

Airbrake client to report errors and exceptions to Airbrake.io.
Other
0 stars 1 forks source link

export `handle_errors/2 callback as public #24

Closed cbourg2 closed 1 year ago

cbourg2 commented 1 year ago

Description

As of this PR newer versions of OTP add a check that modules must export functions that are required by behaviours. Prior to this PR, apps that consume this library will emit dialyzer :callback_not_exported warnings and fail builds.