# File lib/new_relic/agent/transaction/attributes.rb, line 19 def initialize(filter) @filter = filter @custom_attributes = {} @agent_attributes = {} @intrinsic_attributes = {} @custom_destinations = {} @agent_destinations = {} @already_warned_count_limit = nil end