lib/timber/events/http_client_response.rb in timber-2.0.17 vs lib/timber/events/http_client_response.rb in timber-2.0.19
- old
+ new
@@ -24,10 +24,10 @@
status: status, time_ms: time_ms}
end
alias to_h to_hash
def as_json(_options = {})
- {:server_side_app => {:http_client_response => to_hash}}
+ {:http_client_response => to_hash}
end
def message
message = "Outgoing HTTP response"
\ No newline at end of file