MCPcopy Create free account
hub / github.com/auth0/auth0-cli / shouldTrack

Function shouldTrack

internal/analytics/analytics.go:155–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155func shouldTrack() bool {
156 if os.Getenv("AUTH0_CLI_ANALYTICS") == "false" || buildinfo.Version == "" { // Do not track debug builds.
157 return false
158 }
159
160 return true
161}
162
163func timestamp() int64 {
164 t := time.Now()

Callers 1

trackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected