lib/garage/tracer.rb in the_garage-2.8.1 vs lib/garage/tracer.rb in the_garage-2.8.2

- old
+ new

@@ -14,10 +14,10 @@ end # Any tracers must have `.start` to start tracing context and: # - `#inject_trace_context` to add tracing context to the given request header. # - `#record_http_request` to record http request in tracer. - # - `#record_http_response` to recrod http response in tracer. + # - `#record_http_response` to record http response in tracer. class NullTracer def self.start(&block) yield new end