README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.1.6 vs README.md in aspecto-opentelemetry-instrumentation-aws_sdk-0.1.7

- 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', { + inject_messaging_context: true, suppress_internal_instrumentation: true } end ```