Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tracker interface { Track(string, ...Property) error }
Functions ¶
func Evt ¶
Evt sends a tracking event to the server in a separate goroutine. This function can take in optional key-value pairs which is a type called Property.
Example:
client := "vscode"
track.Evt("MCP Setup Client:", track.P("client", client))
func FlushAllTracking ¶
func FlushAllTracking()
FlushAllTracking waits for all tracking goroutines to complete.
Types ¶
Click to show internal directories.
Click to hide internal directories.