lib/timber/probes/rack_http_context.rb in timber-1.0.3 vs lib/timber/probes/rack_http_context.rb in timber-1.0.4
- old
+ new
@@ -13,10 +13,10 @@
method: request.request_method,
path: request.path,
remote_addr: request.ip,
request_id: request_id(env)
)
- CurrentContext.instance.with(context) do
+ CurrentContext.with(context) do
@app.call(env)
end
end
private
\ No newline at end of file