This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
2.2.3
[2.2.3] - 2017-12-21
Added
- Allow user to stop user attributes from being sent in analytics events back to LaunchDarkly. Set
PrivateAttributeNames
to a list of attributes to avoid sending, or setAllAttributesPrivate
totrue
to send no attributes.
Changed
- Accept an interface for the
Logger
configuration option (thanks @ZiaoGeorgeJiang).