# File lib/new_relic/noticed_error.rb, line 107
  def processed_attributes
    @processed_attributes ||= begin
      attributes = base_parameters
      append_attributes(attributes, USER_ATTRIBUTES, merged_custom_attributes)
      append_attributes(attributes, AGENT_ATTRIBUTES, build_agent_attributes)
      append_attributes(attributes, INTRINSIC_ATTRIBUTES, build_intrinsic_attributes)
      attributes
    end
  end