Method: NewRelic::Agent::Instrumentation::DynamoDB#build_request_with_new_relic
- Defined in:
- lib/new_relic/agent/instrumentation/dynamodb/instrumentation.rb
permalink #build_request_with_new_relic(*args) ⇒ Object
[View source]
48 49 50 |
# File 'lib/new_relic/agent/instrumentation/dynamodb/instrumentation.rb', line 48 def build_request_with_new_relic(*args) @nr_captured_request = yield end |