# File lib/new_relic/agent/instrumentation/active_record_helper.rb, line 202
        def map_product(adapter_name)
          PRODUCT_NAMES.fetch(adapter_name,
                              ACTIVE_RECORD_DEFAULT_PRODUCT_NAME)
        end