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