mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
refactor: replace GA with GA4
This commit is contained in:
@@ -55,10 +55,7 @@ func CopyFile(templateFile, targetFile string) error {
|
||||
|
||||
func CreateScaffold(projectName string, pluginType PluginType, venv string, force bool) error {
|
||||
// report event
|
||||
sdk.SendEvent(sdk.EventTracking{
|
||||
Category: "Scaffold",
|
||||
Action: "hrp startproject",
|
||||
})
|
||||
sdk.SendGA4Event("hrp_startproject", nil)
|
||||
|
||||
log.Info().
|
||||
Str("projectName", projectName).
|
||||
|
||||
Reference in New Issue
Block a user