MCPcopy Create free account
hub / github.com/algolia/cli / ApplicationCreateCompleted

Function ApplicationCreateCompleted

pkg/telemetry/events.go:213–219  ·  view source on GitHub ↗

ApplicationCreateCompleted is emitted when the application was created, with the region and plan the user chose.

(region, plan string, tracker *FlowTracker)

Source from the content-addressed store, hash-verified

211// ApplicationCreateCompleted is emitted when the application was created, with
212// the region and plan the user chose.
213func ApplicationCreateCompleted(region, plan string, tracker *FlowTracker) Event {
214 return Event{EventApplicationCreateCompleted, map[string]any{
215 "region": region,
216 "plan": plan,
217 "duration_ms": tracker.DurationMS(),
218 }}
219}
220
221// ApplicationCreateAborted is emitted when the user stopped the creation flow,
222// with the step they stopped at and the reason why.

Callers 2

trackCreateOutcomeFunction · 0.92

Calls 1

DurationMSMethod · 0.80

Tested by 1