class Honeybadger::Notice

def send_local_variables?(config)

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

def send_local_variables?: (Honeybadger::Config config) -> false

This signature was generated using 1 sample from 1 application.

Returns true to send local_variables.

Should local variables be sent?
def send_local_variables?(config)
  config[:'exceptions.local_variables']
end