Automatic commits of output data didn't work

jsPsych version 7.3.4
lib/jspsych-7-pavlovia-2022.1.1.js

I have run a couple of participants through Prolific. While I was able to download the csv output data clicking the download button in the experiment interface of Pavlovia, I could not find the same 2 participants as automatic commit in Pavlovia’s gitlab repo, like I was expecting.
From the previous version I introduced some checks (browser and focus).

Here is the timeline:


const pavlovia_finish = {
  type: jsPsychPavlovia,
  command: "finish",
};

const timeline = [
      pavlovia_init,
      browser_check,
      instructions,
      ...trials,
      pre_finish_message,
      pavlovia_finish,
      post_finish_redirect,
    ];

One of the 2 outputs was 1.8MB and one was 925KB.
is there anything specific that should I pay attention to, or everything is manged by the Pavlovia infrastructure?

Thanks in advance
Giorgio