Skip to content

Commit f275dbc

Browse files
committed
Add comment.
1 parent bdf42ea commit f275dbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/telemetry/browser-telemetry/src/inspectors.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ import type { LDContext, LDEvaluationDetail, LDInspection } from '@launchdarkly/
33
import BrowserTelemetryImpl from './BrowserTelemetryImpl.js';
44
import { ParsedOptions } from './options.js';
55

6+
/**
7+
* Create inspectors to register with an LDClient instance.
8+
*
9+
* @param options Optiont which determine which inspectors are created.
10+
* @param inspectors Inspectors will be added to this array.
11+
* @param telemetry The telemetry instance which inspectors will forward data to.
12+
*/
613
export default function makeInspectors(
714
options: ParsedOptions,
815
inspectors: LDInspection[],

0 commit comments

Comments
 (0)