# If the request is to the RUM logging endpoint (with or without a
# query string) then invoke the `error` flow so that we can construct
# a synthethic response
if (req.url.path ~ "^/log/?$") {
  error 601;
}