class Honeybadger::Notice

def request_hash

Experimental RBS support (using type sampling data from the type_fusion project).

def request_hash: () -> untyped

This signature was generated using 2 samples from 1 application.

def request_hash
  @request_hash ||= Util::RequestHash.from_env(rack_env)
end