README.md in the_garage-2.4.1 vs README.md in the_garage-2.4.2
- old
+ new
@@ -195,10 +195,10 @@
- Bundle `aws-xray` gem in your application.
- Configure `service` option for a logical service name of the auth server.
```ruby
# e.g. aws-xray tracer
-require 'aws/xray'
+require 'aws/xray/hooks/net_http'
Garage::Tracer::AwsXrayTracer.service = 'your-auth-server-name'
Garage.configuration.tracer = Garage::Tracer::AwsXrayTracer
```
## Development