# 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 synthetic response if (req.url.path == "/log") { error 618 "beacon:log"; }