class Honeybadger::Notice

def construct_context_hash(opts, exception)

def construct_context_hash(opts, exception)
  context = {}
  context.merge!(Context(opts[:global_context]))
  context.merge!(exception_context(exception))
  context.merge!(Context(opts[:context]))
  context
end