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

Method TrackCommandRun

internal/analytics/analytics.go:54–57  ·  view source on GitHub ↗
(commandPath string, id string, properties map[string]string)

Source from the content-addressed store, hash-verified

52}
53
54func (t *Tracker) TrackCommandRun(commandPath string, id string, properties map[string]string) {
55 eventName := generateRunEventName(commandPath)
56 t.track(eventName, id, properties)
57}
58
59func (t *Tracker) Wait(ctx context.Context) {
60 ch := make(chan struct{})

Callers 1

trackCommandOutcomeFunction · 0.80

Calls 2

trackMethod · 0.95
generateRunEventNameFunction · 0.85

Tested by

no test coverage detected