github launchdarkly/js-client-sdk 2.19.0

latest releases: 3.4.0, 3.3.0, 3.2.0...
3 years ago

[2.19.0] - 2021-01-27

Added:

  • Added the alias method. This method can be used to associate two user objects for analytics purposes. When invoked, this method will queue a new alias event to be sent to LaunchDarkly.
  • Added the autoAliasingOptOut configuration option. This can be used to control the new automatic aliasing behavior of the identify method; by passing autoAliasingOptOut: true, identify will not automatically generate alias events.

Changed:

  • The identify method will now automatically generate an alias event when switching from an anonymous to a known user. This event associates the two users for analytics purposes as they most likely represent a single person.

Don't miss a new js-client-sdk release

NewReleases is sending notifications on new releases.