@orangecheck/insights-client / createInsightsClient
Function: createInsightsClient()
function createInsightsClient(config?: InsightsClientConfig): InsightsClient;
Defined in: index.ts:115
Build an insights client bound to an explicit config (handy for tests
and for services that don't want the env-driven default). Most call
sites should just use the top-level emit / emitEvent.
Parameters
| Parameter | Type |
|---|---|
config | InsightsClientConfig |