MCPcopy 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
11export const capturePosthog = (eventName, properties) => {
12 if (POSTHOG_KEY) {
13 posthog.capture(eventName, properties)
14 }
15}

Callers 9

getSessionFunction · 0.90
getSuggestionForQueryFunction · 0.90
executeSqlFunction · 0.90
explainSqlFunction · 0.90
getTablesFunction · 0.90
fetchBackendFunction · 0.90
App.jsFile · 0.90
handleSearchClickFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected