• Registers a LaunchDarkly client instance for telemetry tracking.

    This method connects the telemetry system to the specific LaunchDarkly client instance. The client instance will be used to report telemetry to LaunchDarkly and also for collecting flag and context data.

    Telemetry must be initialized, using initTelemetry before calling this method. If telemetry is not initialized, then the client will not be registered, and no events will be sent to LaunchDarkly.

    Parameters

    Returns void

Generated using TypeDoc