liveXHR.send = function()

in src/trace/interceptors/xhr.ts [64:66]


    liveXHR.send = function (body?: Document | BodyInit | null) {
      return xhrSend.apply(this, arguments);
    };