Honeybadger.FingerprintAdapter.parse
You're seeing just the callback
parse
, go back to Honeybadger.FingerprintAdapter module for more information.
Specs
parse(Honeybadger.Notice.t()) :: String.t()
This function receives a Honeybadger.Notice.t/0
and must return a string that will be used
as a fingerprint for the request:
def parse(notice) do
notice.notifier.language <> "_" <> notice.notifier.name
end