README.md in httprb-opentracing-0.3.0 vs README.md in httprb-opentracing-0.4.0.pre
- old
+ new
@@ -31,10 +31,10 @@
If you need more control over the tracer or which requests get their own span you can configure both settings like:
```
HTTP::Tracer.instrument(
tracer: tracer,
- ignore_request: ->(verb, uri, opts) { uri.host == 'localhost' }
+ ignore_request: ->(request, opts) { request.uri.host == 'localhost' }
)
```
## Development