Method: XRay::AwsSDKPlugin#add_handlers

Defined in:
lib/aws-xray-sdk/facets/aws_sdk.rb

#add_handlers(handlers, config) ⇒ Object



10
11
12
13
# 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