MCPcopy Index your code
hub / github.com/simstudioai/sim / isProfoundEnabled

Function isProfoundEnabled

apps/sim/lib/analytics/profound.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 * Returns true if Profound analytics is configured.
36 */
37export function isProfoundEnabled(): boolean {
38 return isHosted && Boolean(env.PROFOUND_API_KEY) && Boolean(env.PROFOUND_ENDPOINT)
39}
40
41/**
42 * Flushes buffered log entries to Profound's API.

Callers 1

sendToProfoundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected