MCPcopy Create free account
hub / github.com/freecodexyz/free-code / shouldSampleEvent

Function shouldSampleEvent

src/services/analytics/firstPartyEventLogger.ts:20–22  ·  view source on GitHub ↗
(_eventName: string)

Source from the content-addressed store, hash-verified

18}
19
20export function shouldSampleEvent(_eventName: string): number | null {
21 return 0
22}
23
24export async function shutdown1PEventLogging(): Promise<void> {}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected