Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Peppermint-Lab/peppermint
/ track
Function
track
apps/api/src/lib/hog.ts:3–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ PostHog } from
"posthog-node"
;
2
3
export
function
track() {
4
return
new
PostHog(
5
"phc_2gbpy3JPtDC6hHrQy35yMxMci1NY0fD1sttGTcPjwVf"
,
6
7
{ host:
"https://app.posthog.com"
}
8
);
9
}
Callers
11
start
Function · 0.90
roleRoutes
Function · 0.90
tracking
Function · 0.90
tracking
Function · 0.90
clientRoutes
Function · 0.90
userRoutes
Function · 0.90
tracking
Function · 0.90
ticketRoutes
Function · 0.90
tracking
Function · 0.90
authRoutes
Function · 0.90
webhookRoutes
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected