FIX: stop double counting net calls in logs

This commit is contained in:
Sam
2018-02-28 10:45:11 +11:00
parent 2a7b7add59
commit f295a18e94
3 changed files with 29 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class Middleware::RequestTracker
MethodProfiler.patch(Net::HTTP, [
:request
], :net)
], :net, no_recurse: true)
MethodProfiler.patch(Excon::Connection, [
:request