MCPcopy
hub / github.com/PostHog/posthog / DummyPostHog

Interface DummyPostHog

plugin-server/src/worker/vm/extensions/posthog.ts:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface DummyPostHog {
21 capture(event: string, properties?: Record<string, any>): Promise<void>
22 api: ApiExtension
23}
24
25async function queueEvent(hub: Hub, pluginConfig: PluginConfig, data: InternalData): Promise<void> {
26 const partitionKeyHash = crypto.createHash('sha256')

Callers 8

sceneLogic.tsFile · 0.65
UpgradeModalFunction · 0.65
insightLogic.tsFile · 0.65
capturePluginEventFunction · 0.65
billingLogic.tsFile · 0.65
billingLogic.tsFile · 0.65

Implementers 3

SimServerClientposthog/demo/matrix/models.py
SimBrowserClientposthog/demo/matrix/models.py
EventsProcessorplugin-server/src/worker/ingestion/pro

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…