README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.1.7 vs README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.1.8
- old
+ new
@@ -17,9 +17,10 @@
To install the instrumentation, call `use` with the name of the instrumentation.
```ruby
OpenTelemetry::SDK.configure do |c|
c.use 'OpenTelemetry::Instrumentation::AwsSdk', {
+ extract_messaging_context: true,
inject_messaging_context: true,
suppress_internal_instrumentation: true
}
end
```