# File lib/new_relic/agent/transaction_state.rb, line 36 def initialize @untraced = [] @traced_method_stack = TracedMethodStack.new @current_transaction = nil @record_tt = nil @record_sql = nil end