3.3.0
LaunchDarklyReleaseBot
released this
01 May 17:32
·
7 commits
to main
since this release
[3.3.0] - 2024-05-01
Added:
- Added an optional timeout to the
waitForInitialization
method. When a timeout is specified the returned promise will be rejected after the timeout elapses if the client has not finished initializing within that time. When no timeout is specified the returned promise will not be resolved or rejected until the initialization either completes or fails.
Changed:
- The track method now validates that the provided metricValue is a number. If a metric value is provided, and it is not a number, then a warning will be logged.
Fixed:
- Fixed the documentation for
evaluationReasons
for theidentify
method.