You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for upcoming LaunchDarkly experimentation features. See LDClient.track().
The createConsoleLogger() function now has an optional second parameter for customizing the log prefix.
Changed:
Log messages now include the level ("[warn]", "[error]", etc.) and have a prefix of "LD:" by default.
Removed:
The source code for the launchdarkly-react-client-sdk package is no longer part of this monorepo. It is now in its own repository, react-client-sdk. Future updates to the LaunchDarkly React interface will be tracked there.