5.2.0
          ·
          
            27 commits
          
          to main
          since this release
        
        
        
[5.2.0] - 2024-05-01
Added:
- Added an optional timeout to the 
waitForInitializationmethod. 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 
evaluationReasonsfor theidentifymethod.