We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e87839 commit 34aea14Copy full SHA for 34aea14
instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/patches/instrumentation.rb
@@ -17,7 +17,7 @@ module Instrumentation
17
# Constant for the HTTP status range
18
HTTP_STATUS_SUCCESS_RANGE = (100..399)
19
20
- def request(req, body = nil, &block)
+ def request(req, body = nil, &)
21
# Do not trace recursive call for starting the connection
22
return super unless started?
23
0 commit comments