# File lib/new_relic/rack/browser_monitoring.rb, line 135
    def find_x_ua_compatible_position(beginning_of_source)
      match = X_UA_COMPATIBLE_RE.match(beginning_of_source)
      match.end(0) if match
    end