mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
refactor: replace GA with GA4
This commit is contained in:
@@ -8,10 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func OpenWiki() error {
|
||||
sdk.SendEvent(sdk.EventTracking{
|
||||
Category: "OpenWiki",
|
||||
Action: "hrp wiki",
|
||||
})
|
||||
sdk.SendGA4Event("hrp_wiki", nil)
|
||||
log.Info().Msgf("%s https://httprunner.com", openCmd)
|
||||
return myexec.RunCommand(openCmd, "https://httprunner.com")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user