diff --git a/lib/aws-xray-sdk/facets/aws_sdk.rb b/lib/aws-xray-sdk/facets/aws_sdk.rb index 7ce2040..1f48f95 100644 --- a/lib/aws-xray-sdk/facets/aws_sdk.rb +++ b/lib/aws-xray-sdk/facets/aws_sdk.rb @@ -19,7 +19,7 @@ class Handler < Seahorse::Client::Handler def call(context) recorder = Aws.config[:xray_recorder] if recorder.current_entity.nil? - super + return super end operation = context.operation_name