# File lib/new_relic/noticed_error.rb, line 153
  def build_agent_attributes
    if @attributes
      @attributes.agent_attributes_for(DESTINATION)
    else
      EMPTY_HASH
    end
  end