tracking

package
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusSuccess = "success"
	StatusError   = "error"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AmplitudeKey string
	CLIVersion   string
	Enabled      bool
}

type Tracker

type Tracker struct {
	// contains filtered or unexported fields
}

func New

func New(cfg Config) *Tracker

func (*Tracker) SetUserID added in v0.1.6

func (t *Tracker) SetUserID(id string)

SetUserID converts a customer ID (e.g. "user_123", "team_456") to the canonical Amplitude user_id format used by duneapi and core-node:

"user_123" → "123"
"team_456" → "system_456"

If not called, events are sent with UserID "anonymous".

func (*Tracker) Shutdown

func (t *Tracker) Shutdown()

func (*Tracker) Track

func (t *Tracker) Track(commandPath, status, errMsg string, durationMs int64, isSim bool)

Track sends a "CLI Command Executed" event to Amplitude. Set isSim to true for commands under `dune sim`.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL