class Honeybadger::Rack::UserFeedback

def action

Other tags:
    Todo: - Make this method and others actually private.

Other tags:
    Private: -
def action
  URI.parse("#{config.connection_protocol}://#{config[:'connection.host']}:#{config.connection_port}/v1/feedback/").to_s
rescue URI::InvalidURIError
  nil
end