Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caesarHQ/textSQL
/ capturePosthog
Function
capturePosthog
client/censusGPT/src/utils/loggers/posthog.js:11–15 ·
view source on GitHub ↗
(eventName, properties)
Source
from the content-addressed store, hash-verified
9
}
10
11
export
const
capturePosthog = (eventName, properties) => {
12
if
(POSTHOG_KEY) {
13
posthog.capture(eventName, properties)
14
}
15
}
Callers
9
getSession
Function · 0.90
getSuggestionForFailedQuery
Function · 0.90
getSuggestionForQuery
Function · 0.90
executeSql
Function · 0.90
explainSql
Function · 0.90
getTables
Function · 0.90
fetchBackend
Function · 0.90
App.js
File · 0.90
handleSearchClick
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected