@orangecheck/insights-client / configure
Function: configure()
function configure(config: InsightsClientConfig): void;
Defined in: index.ts:215
Override the default client's config (e.g. inject a token or fetch). Resets the lazily-built default so the next emit picks up the change.
Parameters
| Parameter | Type |
|---|---|
config | InsightsClientConfig |
Returns
void