lib/timber/events/http_client_request.rb in timber-2.0.17 vs lib/timber/events/http_client_request.rb in timber-2.0.19

- old
+ new

@@ -29,10 +29,10 @@ scheme: scheme, service_name: service_name} end alias to_h to_hash def as_json(_options = {}) - {:server_side_app => {:http_client_request => to_hash}} + {:http_client_request => to_hash} end def message message = 'Outgoing HTTP request to ' \ No newline at end of file