# File lib/new_relic/noticed_error.rb, line 161
  def build_intrinsic_attributes
    if @attributes
      @attributes.intrinsic_attributes_for(DESTINATION)
    else
      EMPTY_HASH
    end
  end