class XRay::AwsSDKPlugin

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/aws-xray-sdk/facets/aws_sdk.rb, line 10
def add_handlers(handlers, config)
  # run before Seahorse::Client::Plugin::ParamValidator (priority 50)
  handlers.add Handler, step: :validate, priority: 49
end