fix: 修复loop time间隔上报花费较长时间

This commit is contained in:
余泓铮
2024-07-02 21:23:00 +08:00
parent 4473edf393
commit 9cf1809ac5

View File

@@ -595,7 +595,7 @@ func runStepMobileUI(s *SessionRunner, step *TStep) (stepResult *StepResult, err
}
// report GA event
sdk.SendGA4Event("hrp_run_ui", map[string]interface{}{
go sdk.SendGA4Event("hrp_run_ui", map[string]interface{}{
"osType": osType,
})