Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ NewTracker
Function
NewTracker
internal/analytics/analytics.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
NewTracker() *Tracker {
43
return
&Tracker{}
44
}
45
46
func
(t *Tracker) TrackFirstLogin(id string, loginType string) {
47
eventName := fmt.Sprintf(
"%s - Auth0 - First Login"
, eventNamePrefix)
Callers
1
Execute
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected