Skip to content

Commit

Permalink
Merge pull request #22 from aroben/patch-1
Browse files Browse the repository at this point in the history
Fix typo in HTTPTransport#send
  • Loading branch information
Emanuele Palazzetti authored Oct 26, 2016
2 parents 5c01fd6 + 26d36b3 commit 995c7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ddtrace/transport.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def send(url, data)

response = Net::HTTP.start(@hostname, @port, read_timeout: TIMEOUT) { |http| http.request(request) }
handle_response(response)
rescue StandarError => e
rescue StandardError => e
Datadog::Tracer.log.error(e.message)
end

Expand Down

0 comments on commit 995c7fd

Please sign in to comment.