Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ appStarted
Function
appStarted
packages/arctic/src/telemetry/index.ts:125–127 ·
view source on GitHub ↗
(command: string)
Source
from the content-addressed store, hash-verified
123
}
124
125
export
function
appStarted(command: string) {
126
track(
"app.started"
, { command })
127
}
128
129
export
function
sessionStarted() {
130
track(
"session.started"
)
Callers
nothing calls this directly
Calls
1
track
Function · 0.70
Tested by
no test coverage detected