module NewRelic::Agent::Instrumentation::DynamoDB::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/dynamodb/prepend.rb, line 15 def build_request(*args) build_request_with_new_relic(*args) { super } end
Calls superclass method