class Honeybadger::Notice

def fingerprint_hash

def fingerprint_hash
  return unless fingerprint
  Digest::SHA1.hexdigest(fingerprint.to_s)
end