Skip to content

3.5.0

Choose a tag to compare

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 15 Jan 00:18

[3.5.0] - 2022-01-14

Added:

  • New configurable logger factory commonBasicLogger and BasicLoggerOptions. The commonBasicLogger method is not intended to be exported directly in the SDKs, but wrapped to provide platform-specific behavior.

Fixed:

  • Any exceptions thrown by the platform-specific local storage implementation (for instance, if we are in a browser and window.localstorage is available but disabled) are now consistently caught, and will only be logged the first time to avoid repetitive logging.