Method: NewRelic::Agent::Transaction#transaction_trace

Defined in:
lib/new_relic/agent/transaction.rb

#transaction_traceObject (readonly)

Populated with the trace sample once this transaction is completed.


90
91
92
# File 'lib/new_relic/agent/transaction.rb', line 90

def transaction_trace
  @transaction_trace
end