class EpsagonAwsPlugin

AWS SDK plugin for epsagon instrumentation

Public Instance Methods

add_handlers(handlers, _) click to toggle source
# File lib/instrumentation/aws_sdk_plugin.rb, line 14
def add_handlers(handlers, _)
  handlers.add(EpsagonAwsHandler, step: :validate)
end