Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

5.7.4

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 02 Apr 21:47

[5.7.4] - 2019-04-02

Fixed:

  • Setting user attributes to non-string values when a string was expected would cause analytics events not to be processed. The SDK will now convert attribute values to strings as needed. (#147)
  • If track or identify is called without a user, the SDK now logs a warning, and does not send an analytics event to LaunchDarkly (since it would not be processed without a user).