Skip to content

Commit

Permalink
comment out callbacks for oversized
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Nov 8, 2023
1 parent 3245560 commit 647ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/browser-tracker-core/src/tracker/out_queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export function OutQueueManager(

// The timeout and onreadystatechange events are not set for oversized requests
// so we must set them here to listen for the response
setXhrCallbacks(xhr, 0);
// setXhrCallbacks(xhr, 0);

xhr.send(encloseInPayloadDataEnvelope(batch));
}
Expand Down

0 comments on commit 647ffca

Please sign in to comment.